aoos
15-06-2008 23:55:38
Hi! i tried to use Nxogre in a simple created ExampleApllication ogre project.
i only added the NxOgre.h and the using namespace NxOgre but i get two linker errors see:
My Ogre application works fine but when i added in the cpp file the header file i got the linker errors! i use the 1.0 '21 version!
i only added the NxOgre.h and the using namespace NxOgre but i get two linker errors see:
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall NxOgre::Allocator::watch_delete(void *)" (?watch_delete@Allocator@NxOgre@@QAEXPAX@Z)
main.obj : error LNK2001: unresolved external symbol "public: static class NxOgre::Allocator * __cdecl NxOgre::Allocator::getPtr(void)" (?getPtr@Allocator@NxOgre@@SAPAV12@XZ)
My Ogre application works fine but when i added in the cpp file the header file i got the linker errors! i use the 1.0 '21 version!