AnTeevY
06-11-2007 18:27:23
I fail

And when I try to import the VC8 project file into C::B, C::B crashes.
Is there something I have to pay attention to?
Thanks, Aty
AnTeevY
06-11-2007 18:27:23
AnTeevY
08-11-2007 14:43:26
betajaen
08-11-2007 14:54:34
AnTeevY
08-11-2007 15:47:03
betajaen
08-11-2007 15:53:33
AnTeevY
08-11-2007 17:59:32
betajaen
08-11-2007 18:07:58
AnTeevY
08-11-2007 18:18:45
betajaen
08-11-2007 18:32:25
AnTeevY
08-11-2007 18:57:35
AnTeevY
09-11-2007 21:53:18
AnTeevY
12-11-2007 16:21:02
Release\NxBoxes.o:NxBoxes.cpp:(.text+0xaa7): undefined reference to `PerfRenderer::render(NxProfileData const*, int, int)'
Release\NxBoxes.o:NxBoxes.cpp:(.text+0x1fdc): undefined reference to `PerfRenderer::toggleEnable()'
Release\NxBoxes.o:NxBoxes.cpp:(.text+0x204e): undefined reference to `PerfRenderer::PerfRenderer()'
collect2: ld returned 1 exit status
../include/NxOgreTrigger.h:95: error: expected `{' before "CEnterPtr"
: mInstance(v),
AEnterPtr(AEnter), ALeavePtr(ALeave), AInsidePtr(AInside)
#if (NX_USE_CHARACTER_API == 1)
CEnterPtr(CEnter), CLeavePtr(CLeave), CInsidePtr(CInside)
#endif
{}
../include/NxOgreSimpleShape.h:74: error: class `NxOgre::SimplePlane' is implicitly friends with itself
class NxExport SimplePlane : public SimpleShape {
friend class SimplePlane;
../include/NxOgreShapePrimitives.h:32: error: a class-key must be used when declaring a friend
friend GroundShape;
mingw32-g++.exe: C:\Progging\NxOgre\compiler\linux\source\source\NxOgreShapeDescription.o: No such file or directory
mingw32-g++.exe: C:\Progging\NxOgre\compiler\linux\source\source\NxOgreShapeDescriptionConvex.o: No such file or directory
mingw32-g++.exe: C:\Progging\NxOgre\compiler\linux\source\source\NxOgreShapeDescriptionMesh.o: No such file or directory
mingw32-g++.exe: C:\Progging\NxOgre\compiler\linux\source\source\NxOgreShapeDescriptionPrimitives.o: No such file or directory
Cannot export NxCooking_NULL_THUNK_DATA: symbol not found
Cannot export PhysXLoader_NULL_THUNK_DATA: symbol not found
C:\Progging\NxOgre\compiler\linux\source\source\NxOgreActor.o: In function `ZN6NxOgre5ActorC2ERKSsPNS_5SceneEPNS_14ShapeBlueprintERKNS_4PoseENS_11ActorParamsE':
C:/Progging/NxOgre/source/NxOgreActor.cpp:182: undefined reference to `NxOgre::NxCreateID(unsigned int, std::string)'
C:/Progging/NxOgre/source/NxOgreActor.cpp:206: undefined reference to `NxOgre::NxThrow(std::string, int, std::string, unsigned int)'
C:\Progging\NxOgre\compiler\linux\source\source\NxOgreActor.o: In function `ZN6NxOgre5ActorC1ERKSsPNS_5SceneEPNS_14ShapeBlueprintERKNS_4PoseENS_11ActorParamsE':
C:/Progging/NxOgre/source/NxOgreActor.cpp:182: undefined reference to `NxOgre::NxCreateID(unsigned int, std::string)'
C:/Progging/NxOgre/source/NxOgreActor.cpp:206: undefined reference to `NxOgre::NxThrow(std::string, int, std::string, unsigned int)'
betajaen
12-11-2007 16:51:05
AnTeevY
12-11-2007 17:41:58
c:\progging\nxogre\source\nxogrecharactercontroller.cpp(79) : error C2512: 'NxOgre::UserAllocator' : no appropriate default constructor available
c:\progging\nxogre\source\nxogrephysxdriver.cpp(88) : error C2512: 'NxOgre::UserAllocator' : no appropriate default constructor available
c:\progging\nxogre\source\nxogreworld.cpp(232) : warning C4800: 'NxReal' : forcing value to bool 'true' or 'false' (performance warning)
betajaen
12-11-2007 17:47:57
mControllerManager = NxCreateControllerManager(mAllocator);
mAllocator = NxCreateAllocator("Global");
AnTeevY
12-11-2007 17:56:38
CharacterController::CharacterController() {
mAllocator = new UserAllocator();
mControllerManager = NxCreateControllerManager(mAllocator);
mBaseHitReport = new BaseCharacterHitReport();
}
betajaen
12-11-2007 20:24:48
mAllocator = NxCreateAllocator("Character Controller");
AnTeevY
12-11-2007 20:45:35
1> Creating library C:\Progging\NxOgre\\lib\NxOgre_d.lib and object C:\Progging\NxOgre\\lib\NxOgre_d.exp
1>NxOgreCloth.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::AxisAlignedBox::~AxisAlignedBox(void)" (__imp_??1AxisAlignedBox@Ogre@@QAE@XZ) referenced in function __unwindfunclet$??0Cloth@NxOgre@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVScene@1@ABVPose@1@VClothParams@1@@Z$0
1>NxOgreFluidMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::AxisAlignedBox::~AxisAlignedBox(void)" (__imp_??1AxisAlignedBox@Ogre@@QAE@XZ)
1>NxOgreSoftBody.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::AxisAlignedBox::~AxisAlignedBox(void)" (__imp_??1AxisAlignedBox@Ogre@@QAE@XZ)
1>C:\Progging\NxOgre\\lib\NxOgre_d.dll : fatal error LNK1120: 1 unresolved externals
betajaen
12-11-2007 20:56:33
AnTeevY
12-11-2007 21:00:24
AnTeevY
13-11-2007 17:05:49
betajaen
13-11-2007 17:16:30
AnTeevY
13-11-2007 17:58:44
betajaen
13-11-2007 18:44:28
AnTeevY
13-11-2007 19:28:49
NxOgreActor.cpp
c:\progging\nxogre\include\NxOgreParams.h(29) : error C2470: 'Params' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\NxOgrePhysXDriver.h(35) : error C2470: 'PhysXDriverParams' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\NxOgrePhysXDriver.h(68) : error C2470: 'PhysXDriver' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\NxOgreContainer.h(60) : error C2989: 'NxOgre::NxExport' : class template has already been declared as a non-class template
betajaen
13-11-2007 19:35:58
PhysXDriverParams = PhysXDriverParams()
AnTeevY
13-11-2007 20:49:37
c:\progging\nxogre\include\nxogreprerequisites.h(244) : error C2065: 'NxActorGroup' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(255) : error C2065: 'NxDominanceGroup' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(267) : error C2065: 'NxMaterialIndex' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(272) : error C2065: 'NxCollisionGroup' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(303) : error C2146: syntax error : missing ';' before identifier 'NxThrow'
c:\progging\nxogre\include\nxogreprerequisites.h(303) : error C2182: 'NxExport' : illegal use of type 'void'
c:\progging\nxogre\include\nxogreprerequisites.h(303) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreprerequisites.h(316) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreprerequisites.h(316) : error C2146: syntax error : missing ';' before identifier 'NxVec3Axis'
c:\progging\nxogre\include\nxogreprerequisites.h(316) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreprerequisites.h(317) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(318) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(319) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(320) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(321) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(322) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreparams.h(28) : error C2470: 'Params' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\nxogrephysxdriver.h(35) : error C2470: 'PhysXDriverParams' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\nxogrephysxdriver.h(68) : error C2470: 'PhysXDriver' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\nxogrecontainer.h(60) : error C2989: 'NxOgre::NxExport' : class template has already been declared as a non-class template
c:\progging\nxogre\include\nxogreparams.h(28) : see declaration of 'NxOgre::NxExport'
c:\progging\nxogre\include\nxogrecontainer.h(60) : error C2146: syntax error : missing ';' before identifier 'Container'
c:\progging\nxogre\include\nxogrecontainer.h(56) : error C3856: 'NxOgre': class is not a class template
c:\progging\nxogre\include\nxogrecontainer.h(60) : error C2470: 'Container' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\nxogrecontainer.h(304) : error C2989: 'NxOgre::NxExport' : class template has already been declared as a non-class template
c:\progging\nxogre\include\nxogreparams.h(28) : see declaration of 'NxOgre::NxExport'
c:\progging\nxogre\include\nxogrecontainer.h(304) : error C2146: syntax error : missing ';' before identifier 'List'
c:\progging\nxogre\include\nxogrecontainer.h(303) : error C3856: 'NxOgre': class is not a class template
c:\progging\nxogre\include\nxogrecontainer.h(304) : error C2470: 'List' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\progging\nxogre\include\nxogrecontainer.h(566) : fatal error C1506: unrecoverable block scoping error
betajaen
13-11-2007 21:01:09
#define NxExport
AnTeevY
13-11-2007 22:18:32
betajaen
13-11-2007 22:41:50
AnTeevY
14-11-2007 11:33:38
c:\progging\nxogre\include\nxogreprerequisites.h(245) : error C2065: 'NxActorGroup' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(256) : error C2065: 'NxDominanceGroup' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(268) : error C2065: 'NxMaterialIndex' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(273) : error C2065: 'NxCollisionGroup' : undeclared identifier
c:\progging\nxogre\include\nxogreprerequisites.h(317) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreprerequisites.h(317) : error C2146: syntax error : missing ';' before identifier 'NxVec3Axis'
c:\progging\nxogre\include\nxogreprerequisites.h(317) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreprerequisites.h(318) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(319) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(320) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(321) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(322) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreprerequisites.h(323) : error C2064: term does not evaluate to a function taking 3 arguments
c:\progging\nxogre\include\nxogreparams.h(47) : error C2061: syntax error : identifier 'NxMaterialIndex'
c:\progging\nxogre\include\nxogreparams.h(49) : error C2061: syntax error : identifier 'NxReal'
c:\progging\nxogre\include\nxogreparams.h(49) : error C2535: 'bool NxOgre::Params::Set(const NxOgre::NxString &,NxOgre::Params::Parameter &)' : member function already defined or declared
c:\progging\nxogre\include\nxogreparams.h(47) : see declaration of 'NxOgre::Params::Set'
c:\progging\nxogre\include\nxogreparams.h(50) : error C2061: syntax error : identifier 'NxVec3'
c:\progging\nxogre\include\nxogreparams.h(50) : error C2535: 'bool NxOgre::Params::Set(const NxOgre::NxString &,NxOgre::Params::Parameter &)' : member function already defined or declared
c:\progging\nxogre\include\nxogreparams.h(47) : see declaration of 'NxOgre::Params::Set'
c:\progging\nxogre\include\nxogreparams.h(51) : error C2061: syntax error : identifier 'NxQuat'
c:\progging\nxogre\include\nxogreparams.h(51) : error C2535: 'bool NxOgre::Params::Set(const NxOgre::NxString &,NxOgre::Params::Parameter &)' : member function already defined or declared
c:\progging\nxogre\include\nxogreparams.h(47) : see declaration of 'NxOgre::Params::Set'
c:\progging\nxogre\include\nxogreparams.h(55) : error C2061: syntax error : identifier 'NxHeightFieldAxis'
c:\progging\nxogre\include\nxogreparams.h(55) : error C2535: 'bool NxOgre::Params::Set(const NxOgre::NxString &,NxOgre::Params::Parameter &)' : member function already defined or declared
c:\progging\nxogre\include\nxogreparams.h(47) : see declaration of 'NxOgre::Params::Set'
c:\progging\nxogre\include\nxogrephysxdriver.h(75) : error C2143: syntax error : missing ';' before '*'
c:\progging\nxogre\include\nxogrephysxdriver.h(75) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(75) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(75) : warning C4183: 'getSDK': missing return type; assumed to be a member function returning 'int'
c:\progging\nxogre\include\nxogrephysxdriver.h(86) : error C2061: syntax error : identifier 'NxReal'
c:\progging\nxogre\include\nxogrephysxdriver.h(90) : error C2146: syntax error : missing ';' before identifier 'getTime'
c:\progging\nxogre\include\nxogrephysxdriver.h(90) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(90) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(90) : warning C4183: 'getTime': missing return type; assumed to be a member function returning 'int'
c:\progging\nxogre\include\nxogrephysxdriver.h(105) : error C2143: syntax error : missing ';' before '*'
c:\progging\nxogre\include\nxogrephysxdriver.h(105) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(105) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(110) : error C2146: syntax error : missing ';' before identifier 'mTime'
c:\progging\nxogre\include\nxogrephysxdriver.h(110) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(110) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(110) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogrephysxdriver.h(86) : error C2065: 'mTimeModifier' : undeclared identifier
c:\progging\nxogre\include\nxogrephysxdriver.h(86) : error C2065: 'modifier' : undeclared identifier
c:\progging\nxogre\include\nxogrephysxdriver.h(90) : error C2065: 'mTime' : undeclared identifier
c:\progging\nxogre\include\nxogreerror.h(45) : error C2146: syntax error : missing ';' before identifier 'second'
c:\progging\nxogre\include\nxogreerror.h(45) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreerror.h(45) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreactor.h(191) : error C2061: syntax error : identifier 'NxActorDesc'
c:\progging\nxogre\include\nxogreactor.h(192) : error C2061: syntax error : identifier 'NxBodyDesc'
c:\progging\nxogre\include\nxogreactor.h(200) : error C2143: syntax error : missing ';' before '*'
c:\progging\nxogre\include\nxogreactor.h(200) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreactor.h(200) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreactor.h(204) : error C2146: syntax error : missing ';' before identifier 'mDensity'
c:\progging\nxogre\include\nxogreactor.h(204) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\progging\nxogre\include\nxogreactor.h(204) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
betajaen
14-11-2007 12:30:11
c:\progging\nxogre\include\nxogrephysxdriver.h(86) : error C2061: syntax error : identifier 'NxReal'
AnTeevY
14-11-2007 17:48:47
[
_FwdIt=Ogre::ParameterDef *,
_Iter=std::_Vector_const_iterator<Ogre::ParameterDef,std::allocator<Ogre::ParameterDef>>,
_Ty=Ogre::ParameterDef,
_InIt=std::_Vector_const_iterator<Ogre::ParameterDef,std::allocator<Ogre::ParameterDef>>,
_Alloc=std::allocator<Ogre::ParameterDef>
]
C:\Program Files\Microsoft Visual Studio 8\VC\include\vector(490) : see reference to function template instantiation 'Ogre::ParameterDef *std::vector<_Ty>::_Ucopy<std::_Vector_const_iterator<_Ty,_Alloc>>(_Iter,_Iter,Ogre::ParameterDef *)' being compiled
with
[
_Ty=Ogre::ParameterDef,
_Alloc=std::allocator<Ogre::ParameterDef>,
_Iter=std::_Vector_const_iterator<Ogre::ParameterDef,std::allocator<Ogre::ParameterDef>>
]
C:\Program Files\Microsoft Visual Studio 8\VC\include\vector(485) : while compiling class template member function 'std::vector<_Ty>::vector(const std::vector<_Ty> &)'
with
[
_Ty=Ogre::ParameterDef
]
Plague
17-11-2007 15:54:59
AnTeevY
17-11-2007 16:31:56
Plague
18-11-2007 21:21:38
Plague
18-11-2007 22:34:00
Linking dynamic library: \lib\NxOgre_d.dll
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5ActorC2ERKSsPNS_5SceneEPNS_14ShapeBlueprintERKNS_4PoseENS_11ActorParamsE':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:182: undefined reference to `NxOgre::NxCreateID(unsigned int, std::string)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5ActorC1ERKSsPNS_5SceneEPNS_14ShapeBlueprintERKNS_4PoseENS_11ActorParamsE':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:182: undefined reference to `NxOgre::NxCreateID(unsigned int, std::string)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor20getGlobalOrientationEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:426: undefined reference to `NxOgre::toQuaternion(NxQuat const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor20setGlobalOrientationERKN4Ogre10QuaternionE':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:432: undefined reference to `NxOgre::toNxQuat(Ogre::Quaternion const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor17getGlobalPositionEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:438: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor17setGlobalPositionERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:444: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor18moveGlobalPositionERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:456: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor21moveGlobalOrientationERKN4Ogre10QuaternionE':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:462: undefined reference to `NxOgre::toNxQuat(Ogre::Quaternion const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor27setCMassOffsetLocalPositionERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:574: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor28setCMassOffsetGlobalPositionERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:599: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor22setCMassGlobalPositionERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:625: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor21getCMassLocalPositionEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:647: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor24getCMassLocalOrientationEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:653: undefined reference to `NxOgre::toQuaternion(NxQuat const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor22getCMassGlobalPositionEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:667: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor25getCMassGlobalOrientationEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:675: undefined reference to `NxOgre::toQuaternion(NxQuat const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor25setMassSpaceInertiaTensorERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:695: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor25getMassSpaceInertiaTensorEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:701: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor17setLinearVelocityERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:761: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor18setAngularVelocityERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:767: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor17getLinearVelocityEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:774: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor18getAngularVelocityEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:780: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor17setLinearMomentumERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:811: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor18setAngularMomentumERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:817: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor17getLinearMomentumEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:823: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor18getAngularMomentumEv':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:829: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor13addForceAtPosERKN4Ogre7Vector3ES4_11NxForceModeb':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:835: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:835: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor18addForceAtLocalPosERKN4Ogre7Vector3ES4_11NxForceModeb':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:841: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:841: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZN6NxOgre5Actor18addLocalForceAtPosERKN4Ogre7Vector3ES4_11NxForceModeb':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:847: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o:C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:847: more undefined references to `NxOgre::toNxVec3(Ogre::Vector3 const&)' follow
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor16getPointVelocityERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:889: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
\compiler\Windows\Debug\source\NxOgreActor.o: In function `ZNK6NxOgre5Actor21getLocalPointVelocityERKN4Ogre7Vector3E':
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:895: undefined reference to `NxOgre::toNxVec3(Ogre::Vector3 const&)'
C:/OgreSDK/nxOgre/source/NxOgreActor.cpp:895: undefined reference to `NxOgre::toVector3(NxVec3 const&)'
betajaen
18-11-2007 22:35:11
Plague
18-11-2007 22:36:27
Plague
19-11-2007 03:23:34
AnTeevY
19-11-2007 15:56:53
mAllocator = NxCreateAllocator("Character Controller");
betajaen
19-11-2007 17:33:32
AnTeevY
19-11-2007 18:53:31
AnTeevY
22-11-2007 19:55:11
#pragma comment(linker, "\"/manifestdependency:type='Win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'\"")
AnTeevY
23-11-2007 16:05:02
LINK: fatal error LNK1104: cannot open file 'Win32".obj'
Procedure entrance point(? "Prozedureinsprungspunkt" in German) "?updateCorners@AxisAlignedBox@Ogre@@IAEXXZ" was not found in "OgreMain.dll"
Plague
25-11-2007 03:44:16
I'd like to know whether the project file works for other guys than me, too
AnTeevY
25-11-2007 12:10:20
Plague
25-11-2007 15:39:44
AnTeevY
25-11-2007 18:02:29
betajaen
25-11-2007 18:58:36
AnTeevY
26-11-2007 17:03:54
AnTeevY
26-11-2007 19:01:08
Demicanadian
20-03-2008 20:59:15
#ifdef WIN32
NxF32 localCos, localSin;
NxF32 local = f;
_asm fld local
_asm fsincos
_asm fstp localCos
_asm fstp localSin
c = localCos;
s = localSin;
#else
#ifdef WIN32
NxF32 localCos, localSin;
NxF32 local = f;
_asm fld local
_asm fsincos
_asm fstp localCos
_asm fstp localSin
c = localCos;
s = localSin;
#else
Demicanadian
20-03-2008 21:03:14
#if (NX_USE_CHARACTER_API == 1)
CEnterPtr(CEnter), CLeavePtr(CLeave), CInsidePtr(CInside)
#endif
#if (NX_USE_CHARACTER_API == 1)
,CEnterPtr(CEnter), CLeavePtr(CLeave), CInsidePtr(CInside)
#endif
Demicanadian
20-03-2008 21:06:32
..\include\NxOgreSimpleShape.h|74|error: class `NxOgre::SimplePlane' is implicitly friends with itself|
betajaen
20-03-2008 21:15:35