Linking errors with MSVC8

biloubi

03-11-2007 20:28:59

Hello,
When I try to compile NxOgre, there are a few problems at linking:

1>NxOgreCharacterController.obj : error LNK2001: unresolved external symbol "__imp__NxCreateControllerManager"
1>NxOgreCharacterController.obj : error LNK2001: unresolved external symbol "__imp__NxReleaseControllerManager"
1>NxOgreSoftBody.obj : error LNK2001: unresolved external symbol "__imp__NxCookSoftBodyMesh"
1>E:\Compilation\OgreSDK\nxogre\NxOgre\lib\NxOgre.dll : fatal error LNK1120: 3 unresolved externals

Or, sometimes, the LNK2001 is replaced by LNK2019.
I'm using the last version available on SVN, the Windows Vista PSDK and linker with MSVC 8.0 Express SP1 on Windows Vista.
What's really the problem?!