Tried building msvc8 in debug mode with VC++ 2008 and only the minimum paths 
set; this time only 1 project failed to link, and it’s a different one - 
plgbullet see below. The resulting walktest data/castle -video/software works 
(slowly) but crashes with -video/opengl.
Brian
------ Build started: Project: plgbullet, Configuration: Debug Win32 ------
Linking...
   Creating library ..\..\out\debug8\build\plgbullet\plgbullet.lib and object 
..\..\out\debug8\build\plgbullet\plgbullet.exp
bullet-vc8_d.lib(CollisionWorld.obj) : error LNK2001: unresolved external 
symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::~_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bulletdynamics-vc8_d.lib(RaycastVehicle.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::~_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bullet-vc8_d.lib(CollisionDispatcher.obj) : error LNK2019: unresolved external 
symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::~_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED]) referenced in function "public: __thiscall std::_Vector_val<class 
PersistentManifold *,class std::allocator<class PersistentManifold *> 
>::~_Vector_val<class PersistentManifold *,class std::allocator<class 
PersistentManifold *> >(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@@@std@@@std@@[EMAIL PROTECTED])
bullet-vc8_d.lib(CompoundCollisionAlgorithm.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::~_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bulletccdphysics-vc8_d.lib(CcdPhysicsEnvironment.obj) : error LNK2001: 
unresolved external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::~_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bullet-vc8_d.lib(SimulationIslandManager.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::~_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bullet-vc8_d.lib(CollisionWorld.obj) : error LNK2001: unresolved external 
symbol "__declspec(dllimport) public: void __thiscall 
std::_Container_base::_Orphan_all(void)const " ([EMAIL PROTECTED]@std@@QBEXXZ)
bulletdynamics-vc8_d.lib(RaycastVehicle.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: void __thiscall 
std::_Container_base::_Orphan_all(void)const " ([EMAIL PROTECTED]@std@@QBEXXZ)
bullet-vc8_d.lib(CollisionDispatcher.obj) : error LNK2019: unresolved external 
symbol "__declspec(dllimport) public: void __thiscall 
std::_Container_base::_Orphan_all(void)const " ([EMAIL PROTECTED]@std@@QBEXXZ) 
referenced in function "protected: void __thiscall std::vector<class 
PersistentManifold *,class std::allocator<class PersistentManifold *> 
>::_Tidy(void)" ([EMAIL PROTECTED]@PAVPersistentManifold@@[EMAIL 
PROTECTED]@@@std@@@std@@IAEXXZ)
bullet-vc8_d.lib(CompoundCollisionAlgorithm.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: void __thiscall 
std::_Container_base::_Orphan_all(void)const " ([EMAIL PROTECTED]@std@@QBEXXZ)
bulletccdphysics-vc8_d.lib(CcdPhysicsEnvironment.obj) : error LNK2001: 
unresolved external symbol "__declspec(dllimport) public: void __thiscall 
std::_Container_base::_Orphan_all(void)const " ([EMAIL PROTECTED]@std@@QBEXXZ)
bullet-vc8_d.lib(SimulationIslandManager.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: void __thiscall 
std::_Container_base::_Orphan_all(void)const " ([EMAIL PROTECTED]@std@@QBEXXZ)
bulletdynamics-vc8_d.lib(RaycastVehicle.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bullet-vc8_d.lib(CollisionDispatcher.obj) : error LNK2019: unresolved external 
symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED]) referenced in function "protected: __thiscall 
std::_Vector_val<class PersistentManifold *,class std::allocator<class 
PersistentManifold *> >::_Vector_val<class PersistentManifold *,class 
std::allocator<class PersistentManifold *> >(class std::allocator<class 
PersistentManifold *>)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@@@std@@@std@@[EMAIL PROTECTED]@PAVPersistentManifold@@@1@@Z)
bullet-vc8_d.lib(CompoundCollisionAlgorithm.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bulletccdphysics-vc8_d.lib(CcdPhysicsEnvironment.obj) : error LNK2001: 
unresolved external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
bullet-vc8_d.lib(SimulationIslandManager.obj) : error LNK2001: unresolved 
external symbol "__declspec(dllimport) public: __thiscall 
std::_Container_base::_Container_base(void)" ([EMAIL PROTECTED]@@[EMAIL 
PROTECTED])
..\..\bullet.dll : fatal error LNK1120: 3 unresolved externals
Build log was saved at "file://d:\cs\out\debug8\build\plgbullet\BuildLog.htm"
plgbullet - 18 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 
 
_________________________________________________________________
Who's friends with who and co-starred in what?
http://www.searchgamesbox.com/celebrityseparation.shtml
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to