LINK : warning LNK4199: /DELAYLOAD:OleAcc.dll ignored; no imports found from OleAcc.dll
irrode.lib(CIrrOdeDevice.obj) : error LNK2019: unresolved external symbol _dJointGetPRAngle referenced in function "public: virtual float __thiscall irr::ode::CIrrOdeDevice::jointGetPrAngle(unsigned int)" (?jointGetPrAngle@CIrrOdeDevice@ode@irr@@UAEMI@Z)
irrode.lib(CIrrOdeDevice.obj) : error LNK2019: unresolved external symbol _dJointGetPRAngleRate referenced in function "public: virtual float __thiscall irr::ode::CIrrOdeDevice::jointGetPrAngleRate(unsigned int)" (?jointGetPrAngleRate@CIrrOdeDevice@ode@irr@@UAEMI@Z)
irrode.lib(CIrrOdeDevice.obj) : error LNK2019: unresolved external symbol "public: __thiscall irr::ode::CIrrOdeEventJointSlider::CIrrOdeEventJointSlider(class irr::ode::CIrrOdeJoint *,float,float)" (??0CIrrOdeEventJointSlider@ode@irr@@QAE@PAVCIrrOdeJoint@12@MM@Z) referenced in function "public: virtual class irr::ode::IIrrOdeEvent * __thiscall irr::ode::CIrrOdeDevice::writeEventFor(class irr::ode::IIrrOdeEventWriter *)" (?writeEventFor@CIrrOdeDevice@ode@irr@@UAEPAVIIrrOdeEvent@23@PAVIIrrOdeEventWriter@23@@Z)
irrode.lib(CIrrOdeDevice.obj) : error LNK2019: unresolved external symbol "public: __thiscall irr::ode::CIrrOdeEventJointHinge2::CIrrOdeEventJointHinge2(class irr::ode::CIrrOdeJoint *,float,float,float)" (??0CIrrOdeEventJointHinge2@ode@irr@@QAE@PAVCIrrOdeJoint@12@MMM@Z) referenced in function "public: virtual class irr::ode::IIrrOdeEvent * __thiscall irr::ode::CIrrOdeDevice::writeEventFor(class irr::ode::IIrrOdeEventWriter *)" (?writeEventFor@CIrrOdeDevice@ode@irr@@UAEPAVIIrrOdeEvent@23@PAVIIrrOdeEventWriter@23@@Z)
irrode.lib(CIrrOdeDevice.obj) : error LNK2019: unresolved external symbol "public: __thiscall irr::ode::CIrrOdeEventJointHinge::CIrrOdeEventJointHinge(class irr::ode::CIrrOdeJoint *,float,float)" (??0CIrrOdeEventJointHinge@ode@irr@@QAE@PAVCIrrOdeJoint@12@MM@Z) referenced in function "public: virtual class irr::ode::IIrrOdeEvent * __thiscall irr::ode::CIrrOdeDevice::writeEventFor(class irr::ode::IIrrOdeEventWriter *)" (?writeEventFor@CIrrOdeDevice@ode@irr@@UAEPAVIIrrOdeEvent@23@PAVIIrrOdeEventWriter@23@@Z)
I rebuilt Irrlicht / installed a new SDK on Windows, and now when I run I get this error:
Run-Time Check Failure #0
The value of ESP was not properly saved across a function call.
This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
This happens when your headers and Irrlicht.lib don't match your Irrlicht.dll. You're using old headers/lib with a new dll, or vice versa. Ensure that you don't have an old Irrlicht.dll in your application's directory or in a system path.
Return to Project Announcements
Users browsing this forum: No registered users and 1 guest