the0bit1
29-06-2008 17:33:26
hi!
when i try build this code --
// main.cpp
...
NxOgre::Terrain* terr =new NxOgre::Terrain( "hello", NxOgre::float3( 2, 1, 2));
...
i get this err-mess --
------ Build started: Project: physx, Configuration: Release Win32 ------
Compiling...
main.cpp
Linking...
Creating library D:/DEV/OGRE/OgreSDK//bin/Release\physx.lib and object D:/DEV/OGRE/OgreSDK//bin/Release\physx.exp
main.obj : error LNK2019: unresolved external symbol "public: __thiscall NxOgre::Terrain::Terrain(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Betajaen::Vector3<float>,class NxOgre::ShapeParams const &,class NxOgre::TerrainParams const &)" (??0Terrain@NxOgre@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$Vector3@M@Betajaen@@ABVShapeParams@1@ABVTerrainParams@1@@Z) referenced in function "protected: virtual void __thiscall MyApplication::createScene(void)" (?createScene@MyApplication@@MAEXXZ)
D:/DEV/OGRE/OgreSDK//bin/Release\physx.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://d:\DEV\helloogre\physx\Release\BuildLog.htm"
physx - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and what is it?!
when i try build this code --
// main.cpp
...
NxOgre::Terrain* terr =new NxOgre::Terrain( "hello", NxOgre::float3( 2, 1, 2));
...
i get this err-mess --
------ Build started: Project: physx, Configuration: Release Win32 ------
Compiling...
main.cpp
Linking...
Creating library D:/DEV/OGRE/OgreSDK//bin/Release\physx.lib and object D:/DEV/OGRE/OgreSDK//bin/Release\physx.exp
main.obj : error LNK2019: unresolved external symbol "public: __thiscall NxOgre::Terrain::Terrain(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Betajaen::Vector3<float>,class NxOgre::ShapeParams const &,class NxOgre::TerrainParams const &)" (??0Terrain@NxOgre@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$Vector3@M@Betajaen@@ABVShapeParams@1@ABVTerrainParams@1@@Z) referenced in function "protected: virtual void __thiscall MyApplication::createScene(void)" (?createScene@MyApplication@@MAEXXZ)
D:/DEV/OGRE/OgreSDK//bin/Release\physx.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://d:\DEV\helloogre\physx\Release\BuildLog.htm"
physx - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and what is it?!