The output looks like this:
Code: Select all
1>------ Build started: Project: IrrlichtApp, Configuration: Debug Win32 ------
1> main.cpp
1>c:\irrlicht-1.7.2\irrode\include\irrode\cserializer.h(148): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : see declaration of 'strcpy'
1>c:\irrlicht-1.7.2\irrode\include\irrode\cserializer.h(273): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(105) : see declaration of 'strcpy'
1>c:\irrlicht-1.7.2\irrode\include\irrode\event\cirrodeeventbodymoved.h(50): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>c:\irrlicht-1.7.2\irrode\include\irrode\event\cirrodeeventbodymoved.h(51): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>c:\irrlicht-1.7.2\irrode\include\irrode\event\cirrodeeventbodymoved.h(52): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>c:\irrlicht-1.7.2\irrode\include\irrode\event\cirrodeeventbodymoved.h(53): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>c:\irrlicht-1.7.2\irrode\include\irrode\event\cirrodeeventbodymoved.h(54): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>libIrrOde.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)
1>libIrrOde.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)
1>libIrrOde.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)
1>C:\Users\Githanjana Ishara\documents\visual studio 2010\Projects\IrrlichtApp\Debug\IrrlichtApp.exe : fatal error LNK1120: 3 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Help?
