I can't get Dark Physics to compile at all...no matter what I do the samples keep saying that DarkPhysx.lib was compiled on an old compiler so I tried to download the updated ones off the forum along with the header but the same thing happens. When i run my own project, I keep getting linker errors too. I've verified to make sure that the folders and directories for the library and include files were set correctly and I checked to see if they are there. I've tried all the code generation options, the Multi-Threaded debug ones don't work, but the other code generation options thow warnings like this:
1>------ Build started: Project: TestWithDarkPhysics, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>Linking...
1>DarkPhysics.lib(EngineSetup.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1> Creating library Debug\TestWithDarkPhysics.lib and object Debug\TestWithDarkPhysics.exp
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>libcpmtd.lib(xdebug.obj) : error LNK2001: unresolved external symbol __malloc_dbg
1>libcpmtd.lib(xdebug.obj) : error LNK2001: unresolved external symbol __free_dbg
1>libcpmtd.lib(stdthrow.obj) : error LNK2001: unresolved external symbol __CrtDbgReportW
1>Debug\TestWithDarkPhysics.exe : fatal error LNK1120: 3 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\BuildLog.htm"
1>TestWithDarkPhysics - 4 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
And the the the Multi-threaded dll runtimes will let me compile it with 25 warnings, but then all I get is a black screen at run time.
------ Build started: Project: TestWithDarkPhysics, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>Linking...
1>DarkPhysics.lib(EngineSetup.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1> Creating library Debug\TestWithDarkPhysics.lib and object Debug\TestWithDarkPhysics.exp
1>Generating code
1>Finished generating code
1>DarkPhysics.lib(RigidBodyMesh.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(Globals.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyCollision.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(FluidMake.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(UserAllocator.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(Particles.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyTerrain.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyConvex.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(VehicleProperties.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(EngineSetup.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(VehicleStructure.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyCreation.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(ParticleEmitter.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyTriggers.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(Material.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(ClothStructure.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(Error.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(Stream.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyCapsules.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodySpheres.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(FluidStructure.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(ClothObject.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyRayCast.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyJoints.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>DarkPhysics.lib(RigidBodyBoxes.obj) : warning LNK4204: 'c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>Embedding manifest...
1>Build log was saved at "file://c:\Documents and Settings\Owner\My Documents\Visual Studio 2008\Projects\TestWithDarkPhysics\TestWithDarkPhysics\Debug\BuildLog.htm"
1>TestWithDarkPhysics - 0 error(s), 25 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Now be aware that the only Physics command I was using is dbPhyStart(). Please help me with this, I paid good money for this plugin and I really think that if I paid for something, it should work. Thanks.