When setting up irrlicht eninge and trying the hello world chapter again, he doesnt find the d3d9.h header file.
What can i do to fix this?
Thanks for helping.
edit: I'm using visual studio 6.0
________
JAGUAR AJ6 ENGINE
basic question.
-
- Posts: 33
- Joined: Sat Sep 09, 2006 12:12 pm
basic question.
Last edited by irrlichter on Mon Feb 14, 2011 10:43 pm, edited 1 time in total.
-
- Posts: 33
- Joined: Sat Sep 09, 2006 12:12 pm
but why is the compiler putting out this then?
--------------------Configuration: Irrlicht - Win32 Debug--------------------
Compiling...
CD3D9ShaderMaterialRenderer.cpp
c:\irrlicht-0.7.1\source\irrlicht\cd3d9shadermaterialrenderer.h(13) : fatal error C1083: Cannot open include file: 'd3dx9shader.h': No such file or directory
CDirectX9Texture.cpp
c:\irrlicht-0.7.1\source\irrlicht\cdirectx9texture.h(13) : fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory
CVideoDirectX9.cpp
c:\irrlicht-0.7.1\source\irrlicht\cvideodirectx9.h(15) : fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory
Generating Code...
Error executing cl.exe.
Irrlicht.dll - 3 error(s), 0 warning(s)
Hope that this explains it.but i dont get it.
for the example i'm using the irrlicht.dsp or dsw workspace and createt a hello world.h in the header files.
maybe i'm doing there something wrong?
Sorry for the many text.
________
FIT
--------------------Configuration: Irrlicht - Win32 Debug--------------------
Compiling...
CD3D9ShaderMaterialRenderer.cpp
c:\irrlicht-0.7.1\source\irrlicht\cd3d9shadermaterialrenderer.h(13) : fatal error C1083: Cannot open include file: 'd3dx9shader.h': No such file or directory
CDirectX9Texture.cpp
c:\irrlicht-0.7.1\source\irrlicht\cdirectx9texture.h(13) : fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory
CVideoDirectX9.cpp
c:\irrlicht-0.7.1\source\irrlicht\cvideodirectx9.h(15) : fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory
Generating Code...
Error executing cl.exe.
Irrlicht.dll - 3 error(s), 0 warning(s)
Hope that this explains it.but i dont get it.
for the example i'm using the irrlicht.dsp or dsw workspace and createt a hello world.h in the header files.
maybe i'm doing there something wrong?
Sorry for the many text.
________
FIT
Last edited by irrlichter on Mon Feb 14, 2011 10:43 pm, edited 1 time in total.
-
- Posts: 33
- Joined: Sat Sep 09, 2006 12:12 pm
is this file somewhere in the windows folder or something?
I'm just wondering why it isnt in the irrlicht source code.
thanks for helping ,i'll give a try.
edit: where is the d3d9.h file normally located?
________
Medical marijuana patient
I'm just wondering why it isnt in the irrlicht source code.
thanks for helping ,i'll give a try.
edit: where is the d3d9.h file normally located?
________
Medical marijuana patient
Last edited by irrlichter on Mon Feb 14, 2011 10:44 pm, edited 1 time in total.
-
- Posts: 64
- Joined: Sun May 22, 2005 3:06 pm
- Location: Germany
- Contact:
In the 'include'-folder of the DirectX SDK!irrlichter wrote:where is the d3d9.h file normally located?
http://msdn.microsoft.com/directx/sdk
HTH,
Duncan
-
- Posts: 33
- Joined: Sat Sep 09, 2006 12:12 pm
thanks guys.
I searched the forum and was luck now i compiled again with the right setups settings but now i'm getting lots of trouble.
I made the first hello world tutorial and dont understand it, last time when I made it it worked finally pretty good and now i came to this:
--------------------Configuration: Irrlicht - Win32 Debug--------------------
Linking...
Creating library ..\Debug/Irrlicht.lib and object ..\Debug/Irrlicht.exp
os.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CLogger.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COSOperator.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
Irrlicht.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrgif.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrppm.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrtarga.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdswitch.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdtarga.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
transupp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrbmp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdbmp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdgif.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdppm.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jmemnobs.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jquant1.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jquant2.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jutils.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdsample.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdtrans.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jerror.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jmemmgr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmaster.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmerge.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdphuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdpostct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdhuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdinput.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmainct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdatasrc.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdcoefct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdcolor.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jddctmgr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jctrans.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdapimin.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdapistd.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdatadst.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcparam.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcphuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcprepct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcsample.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcmainct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcmarker.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcmaster.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcomapi.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jccolor.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcdctmgr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jchuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcinit.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
cdjpeg.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcapimin.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcapistd.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jccoefct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
infutil.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
trees.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
uncompr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
zutil.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
infblock.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
infcodes.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
inflate.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
inftrees.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CWriteFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXMLReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXMLWriter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CZipReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CLimitReadFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMemoryReadFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CReadFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTextReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXFileReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CFileList.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CFileSystem.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTestSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTextSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorTexture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorDelete.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneManager.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleGravityAffector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGeometryCreator.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CLightSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMeshManipulator.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CCameraSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CDefaultMeshFormatLoader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CEmptySceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CBspTree.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoNull.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoModeList.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CColorConverter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImage.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COpenGLTexture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoOpenGL.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoSoftware.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CZBuffer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRGouraud.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIWindow.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSoftwareTexture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRFlat.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRFlatWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUISkin.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIStaticText.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUITabControl.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIToolBar.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIModalScreen.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIImage.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIListBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIMenu.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIEditBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIEnvironment.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIFont.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIButton.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUICheckbox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIComboBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIContextMenu.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COSOperator.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
Irrlicht.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
os.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrtarga.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CLogger.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
transupp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrbmp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrgif.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrppm.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdgif.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdppm.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdswitch.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdtarga.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jquant2.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jutils.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdbmp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctred.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jmemmgr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jmemnobs.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jquant1.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jfdctint.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctflt.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctfst.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctint.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdtrans.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jerror.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jfdctflt.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jfdctfst.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmerge.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdphuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdpostct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdsample.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdinput.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmainct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmaster.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdcoefct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdcolor.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jddctmgr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdhuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdapimin.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdapistd.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdatadst.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdatasrc.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcphuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcprepct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcsample.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jctrans.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcmarker.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcmaster.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcomapi.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcparam.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcdctmgr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jchuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcinit.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcmainct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcapimin.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcapistd.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jccoefct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jccolor.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
trees.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
uncompr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
zutil.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
cdjpeg.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
inffast.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
inflate.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
inftrees.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
infutil.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CZipReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
adler32.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
infblock.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
infcodes.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTextReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CWriteFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXMLReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXMLWriter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CFileSystem.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CLimitReadFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMemoryReadFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CReadFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXFileReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CFileList.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTextSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTestSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorTexture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorDelete.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneManager.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleGravityAffector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CEmptySceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGeometryCreator.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CLightSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMeshManipulator.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CCameraSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CDefaultMeshFormatLoader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CBspTree.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoNull.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoModeList.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImage.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CColorConverter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CFPSCounter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COpenGLTexture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoOpenGL.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoSoftware.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CZBuffer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRGouraud.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIWindow.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSoftwareTexture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRFlat.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRFlatWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUISkin.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIStaticText.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUITabControl.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIToolBar.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIModalScreen.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIImage.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIListBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIMenu.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIEditBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIEnvironment.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIFont.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIButton.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUICheckbox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIComboBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIContextMenu.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COSOperator.obj : error LNK2001: unresolved external symbol __RTC_InitBase
Irrlicht.obj : error LNK2001: unresolved external symbol __RTC_InitBase
os.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrtarga.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CLogger.obj : error LNK2001: unresolved external symbol __RTC_InitBase
transupp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrbmp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrgif.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrppm.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdgif.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdppm.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdswitch.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdtarga.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jquant2.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jutils.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdbmp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctred.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jmemmgr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jmemnobs.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jquant1.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jfdctint.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctflt.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctfst.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctint.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdtrans.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jerror.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jfdctflt.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jfdctfst.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmerge.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdphuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdpostct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdsample.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdinput.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmainct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmaster.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdcoefct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdcolor.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jddctmgr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdhuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdapimin.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdapistd.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdatadst.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdatasrc.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcphuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcprepct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcsample.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jctrans.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcmarker.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcmaster.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcomapi.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcparam.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcdctmgr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jchuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcinit.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcmainct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcapimin.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcapistd.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jccoefct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jccolor.obj : error LNK2001: unresolved external symbol __RTC_InitBase
trees.obj : error LNK2001: unresolved external symbol __RTC_InitBase
uncompr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
zutil.obj : error LNK2001: unresolved external symbol __RTC_InitBase
cdjpeg.obj : error LNK2001: unresolved external symbol __RTC_InitBase
inffast.obj : error LNK2001: unresolved external symbol __RTC_InitBase
inflate.obj : error LNK2001: unresolved external symbol __RTC_InitBase
inftrees.obj : error LNK2001: unresolved external symbol __RTC_InitBase
infutil.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CZipReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
adler32.obj : error LNK2001: unresolved external symbol __RTC_InitBase
infblock.obj : error LNK2001: unresolved external symbol __RTC_InitBase
infcodes.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTextReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CWriteFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXMLReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXMLWriter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CFileSystem.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CLimitReadFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMemoryReadFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CReadFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXFileReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CFileList.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTextSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTestSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorTexture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorDelete.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneManager.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleGravityAffector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CEmptySceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGeometryCreator.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CLightSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMeshManipulator.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CCameraSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CDefaultMeshFormatLoader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CBspTree.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoNull.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoModeList.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImage.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CColorConverter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CFPSCounter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COpenGLTexture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoOpenGL.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoSoftware.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CZBuffer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRGouraud.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIWindow.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSoftwareTexture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRFlat.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRFlatWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUISkin.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIStaticText.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUITabControl.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIToolBar.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIModalScreen.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIImage.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIListBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIMenu.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIEditBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIEnvironment.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIFont.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIButton.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUICheckbox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIComboBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIContextMenu.obj : error LNK2001: unresolved external symbol __RTC_InitBase
os.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
wrtarga.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CLogger.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdcolmap.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdswitch.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdtarga.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
wrbmp.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctred.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jmemmgr.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jquant2.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdbmp.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jerror.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctflt.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctfst.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctint.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdmarker.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdmerge.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdphuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdpostct.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jctrans.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdapistd.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdcoefct.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdhuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcdctmgr.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jchuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcmaster.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcphuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
trees.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
uncompr.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcapistd.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jccoefct.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXMLWriter.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CZipReader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
infblock.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
inftrees.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXFileReader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CFileList.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CFileSystem.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXMLReader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTriangleSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTestSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTextSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneManager.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGeometryCreator.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CLightSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CMeshManipulator.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CMeshSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CCameraSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CEmptySceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CBspTree.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoNull.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoModeList.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImage.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoOpenGL.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CDirectX8Texture.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoDirectX8.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoSoftware.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COpenGLTexture.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRGouraudWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureFlat.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSoftwareTexture.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRFlat.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRFlatWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRGouraud.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIStaticText.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUITabControl.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIToolBar.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIWindow.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIMessageBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIModalScreen.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIScrollBar.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIImage.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIInOutFader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIListBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIMenu.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIEditBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIEnvironment.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIFont.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIButton.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUICheckbox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIComboBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIContextMenu.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXMLReader.obj : error LNK2001: unresolved external symbol __ftol2
jcdctmgr.obj : error LNK2001: unresolved external symbol __ftol2
jidctflt.obj : error LNK2001: unresolved external symbol __ftol2
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __ftol2
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __ftol2
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __ftol2
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __ftol2
CXFileReader.obj : error LNK2001: unresolved external symbol __ftol2
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __ftol2
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __ftol2
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __ftol2
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __ftol2
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __ftol2
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __ftol2
CBspTree.obj : error LNK2001: unresolved external symbol __ftol2
CGeometryCreator.obj : error LNK2001: unresolved external symbol __ftol2
CColorConverter.obj : error LNK2001: unresolved external symbol __ftol2
CFPSCounter.obj : error LNK2001: unresolved external symbol __ftol2
CImage.obj : error LNK2001: unresolved external symbol __ftol2
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __ftol2
CVideoSoftware.obj : error LNK2001: unresolved external symbol __ftol2
COpenGLTexture.obj : error LNK2001: unresolved external symbol __ftol2
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __ftol2
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __ftol2
CTRFlat.obj : error LNK2001: unresolved external symbol __ftol2
CTRFlatWire.obj : error LNK2001: unresolved external symbol __ftol2
CTRGouraud.obj : error LNK2001: unresolved external symbol __ftol2
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __ftol2
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __ftol2
CGUIListBox.obj : error LNK2001: unresolved external symbol __ftol2
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __ftol2
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __ftol2
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_UninitUse
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_UninitUse
..\Debug/Irrlicht.dll : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
Irrlicht.dll - 691 error(s), 0 warning(s)
Sorry for that lot of stuff, but i need to check out irrlicht engine because i want to make another bone story game maybe or something like bone.
________
Macintosh games
I searched the forum and was luck now i compiled again with the right setups settings but now i'm getting lots of trouble.
I made the first hello world tutorial and dont understand it, last time when I made it it worked finally pretty good and now i came to this:
--------------------Configuration: Irrlicht - Win32 Debug--------------------
Linking...
Creating library ..\Debug/Irrlicht.lib and object ..\Debug/Irrlicht.exp
os.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CLogger.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COSOperator.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
Irrlicht.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrgif.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrppm.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrtarga.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdswitch.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdtarga.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
transupp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
wrbmp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdbmp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdgif.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
rdppm.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jmemnobs.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jquant1.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jquant2.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jutils.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdsample.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdtrans.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jerror.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jmemmgr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmaster.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmerge.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdphuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdpostct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdhuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdinput.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmainct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdatasrc.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdcoefct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdcolor.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jddctmgr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jctrans.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdapimin.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdapistd.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jdatadst.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcparam.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcphuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcprepct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcsample.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcmainct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcmarker.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcmaster.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcomapi.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jccolor.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcdctmgr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jchuff.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcinit.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
cdjpeg.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcapimin.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jcapistd.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
jccoefct.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
infutil.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
trees.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
uncompr.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
zutil.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
infblock.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
infcodes.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
inflate.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
inftrees.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CWriteFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXMLReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXMLWriter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CZipReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CLimitReadFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMemoryReadFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CReadFile.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTextReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXFileReader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CFileList.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CFileSystem.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTestSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTextSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorTexture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorDelete.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneManager.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleGravityAffector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGeometryCreator.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CLightSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMeshManipulator.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CCameraSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CDefaultMeshFormatLoader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CEmptySceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CBspTree.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoNull.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoModeList.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CColorConverter.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CImage.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COpenGLTexture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoOpenGL.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CVideoSoftware.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CZBuffer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRGouraud.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIWindow.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CSoftwareTexture.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRFlat.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CTRFlatWire.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUISkin.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIStaticText.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUITabControl.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIToolBar.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIModalScreen.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIImage.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIListBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIMenu.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIEditBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIEnvironment.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIFont.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIButton.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUICheckbox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIComboBox.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CGUIContextMenu.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
COSOperator.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
Irrlicht.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
os.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrtarga.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CLogger.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
transupp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrbmp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrgif.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
wrppm.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdgif.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdppm.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdswitch.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdtarga.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jquant2.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jutils.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdbmp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctred.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jmemmgr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jmemnobs.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jquant1.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jfdctint.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctflt.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctfst.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jidctint.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdtrans.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jerror.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jfdctflt.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jfdctfst.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmerge.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdphuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdpostct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdsample.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdinput.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmainct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdmaster.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdcoefct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdcolor.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jddctmgr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdhuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdapimin.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdapistd.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdatadst.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jdatasrc.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcphuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcprepct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcsample.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jctrans.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcmarker.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcmaster.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcomapi.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcparam.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcdctmgr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jchuff.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcinit.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcmainct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcapimin.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jcapistd.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jccoefct.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
jccolor.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
trees.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
uncompr.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
zutil.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
cdjpeg.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
inffast.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
inflate.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
inftrees.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
infutil.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CZipReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
adler32.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
infblock.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
infcodes.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTextReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CWriteFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXMLReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXMLWriter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CFileSystem.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CLimitReadFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMemoryReadFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CReadFile.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXFileReader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CXMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CFileList.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTextSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTestSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorTexture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorDelete.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSceneManager.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticleGravityAffector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CEmptySceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGeometryCreator.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CLightSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CMeshManipulator.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CCameraSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CDefaultMeshFormatLoader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CBspTree.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoNull.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoModeList.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImage.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CColorConverter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CFPSCounter.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COpenGLTexture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoOpenGL.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CVideoSoftware.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CZBuffer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRGouraud.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIWindow.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CSoftwareTexture.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRFlat.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CTRFlatWire.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUISkin.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIStaticText.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUITabControl.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIToolBar.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIModalScreen.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIImage.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIListBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIMenu.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIEditBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIEnvironment.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIFont.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIButton.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUICheckbox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIComboBox.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CGUIContextMenu.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
COSOperator.obj : error LNK2001: unresolved external symbol __RTC_InitBase
Irrlicht.obj : error LNK2001: unresolved external symbol __RTC_InitBase
os.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrtarga.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CLogger.obj : error LNK2001: unresolved external symbol __RTC_InitBase
transupp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrbmp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrgif.obj : error LNK2001: unresolved external symbol __RTC_InitBase
wrppm.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdgif.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdppm.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdswitch.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdtarga.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jquant2.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jutils.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdbmp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctred.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jmemmgr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jmemnobs.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jquant1.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jfdctint.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctflt.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctfst.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jidctint.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdtrans.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jerror.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jfdctflt.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jfdctfst.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmerge.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdphuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdpostct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdsample.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdinput.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmainct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdmaster.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdcoefct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdcolor.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jddctmgr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdhuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdapimin.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdapistd.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdatadst.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jdatasrc.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcphuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcprepct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcsample.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jctrans.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcmarker.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcmaster.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcomapi.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcparam.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcdctmgr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jchuff.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcinit.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcmainct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcapimin.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jcapistd.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jccoefct.obj : error LNK2001: unresolved external symbol __RTC_InitBase
jccolor.obj : error LNK2001: unresolved external symbol __RTC_InitBase
trees.obj : error LNK2001: unresolved external symbol __RTC_InitBase
uncompr.obj : error LNK2001: unresolved external symbol __RTC_InitBase
zutil.obj : error LNK2001: unresolved external symbol __RTC_InitBase
cdjpeg.obj : error LNK2001: unresolved external symbol __RTC_InitBase
inffast.obj : error LNK2001: unresolved external symbol __RTC_InitBase
inflate.obj : error LNK2001: unresolved external symbol __RTC_InitBase
inftrees.obj : error LNK2001: unresolved external symbol __RTC_InitBase
infutil.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CZipReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
adler32.obj : error LNK2001: unresolved external symbol __RTC_InitBase
infblock.obj : error LNK2001: unresolved external symbol __RTC_InitBase
infcodes.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTextReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CWriteFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXMLReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXMLWriter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CFileSystem.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CLimitReadFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMemoryReadFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CReadFile.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXFileReader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CXMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CFileList.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTextSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTestSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorTexture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorDelete.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSceneManager.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticleGravityAffector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CEmptySceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGeometryCreator.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CLightSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CMeshManipulator.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CCameraSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CDefaultMeshFormatLoader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CBspTree.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoNull.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoModeList.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImage.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CColorConverter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CFPSCounter.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
COpenGLTexture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoOpenGL.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CVideoSoftware.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CZBuffer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRGouraud.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIWindow.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CSoftwareTexture.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRFlat.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CTRFlatWire.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUISkin.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIStaticText.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUITabControl.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIToolBar.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIModalScreen.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIImage.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIListBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIMenu.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIEditBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIEnvironment.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIFont.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIButton.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUICheckbox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIComboBox.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CGUIContextMenu.obj : error LNK2001: unresolved external symbol __RTC_InitBase
os.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
wrtarga.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CIrrDeviceStub.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CLogger.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdcolmap.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdswitch.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdtarga.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
wrbmp.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctred.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jmemmgr.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jquant2.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
rdbmp.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jerror.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctflt.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctfst.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jidctint.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdmarker.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdmerge.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdphuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdpostct.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jctrans.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdapistd.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdcoefct.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jdhuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcdctmgr.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jchuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcmaster.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcphuff.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
trees.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
uncompr.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jcapistd.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
jccoefct.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXMLWriter.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CZipReader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
infblock.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
inftrees.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXFileReader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CFileList.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CFileSystem.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXMLReader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTriangleBBSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTriangleSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CWaterSurfaceSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CStaticMeshOBJ.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTestSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTextSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorRotation.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CShadowVolumeSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSkyBoxSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneManager.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorCollisionResponse.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorFlyCircle.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneNodeAnimatorFlyStraight.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CParticleSystemSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CQ3LevelMesh.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CMetaTriangleSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COctTreeSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COctTreeTriangleSelector.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGeometryCreator.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CLightSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CMeshManipulator.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CMeshSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CCameraMayaSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CCameraSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CDummyTransformationSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CEmptySceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CBillboardSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CBspTree.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CBspTreeSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CCameraFPSSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
C3DSMeshFileLoader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CAnimatedMeshMD2.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderPSD.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderTGA.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoNull.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoModeList.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImage.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderJPG.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CImageLoaderPCX.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoOpenGL.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CD3D8ShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CDirectX8Texture.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoDirectX8.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CVideoSoftware.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COpenGLShaderMaterialRenderer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
COpenGLTexture.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRGouraudWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureFlat.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CSoftwareTexture.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRFlat.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRFlatWire.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CTRGouraud.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIStaticText.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUITabControl.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIToolBar.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIWindow.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIMeshViewer.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIMessageBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIModalScreen.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIScrollBar.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIImage.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIInOutFader.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIListBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIMenu.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIEditBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIEnvironment.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIFileOpenDialog.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIFont.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIButton.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUICheckbox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIComboBox.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CGUIContextMenu.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CXMLReader.obj : error LNK2001: unresolved external symbol __ftol2
jcdctmgr.obj : error LNK2001: unresolved external symbol __ftol2
jidctflt.obj : error LNK2001: unresolved external symbol __ftol2
CIrrDeviceWin32.obj : error LNK2001: unresolved external symbol __ftol2
CSceneNodeAnimatorFollowSpline.obj : error LNK2001: unresolved external symbol __ftol2
CTerrainSceneNode.obj : error LNK2001: unresolved external symbol __ftol2
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol __ftol2
CXFileReader.obj : error LNK2001: unresolved external symbol __ftol2
CParticleBoxEmitter.obj : error LNK2001: unresolved external symbol __ftol2
CParticleFadeOutAffector.obj : error LNK2001: unresolved external symbol __ftol2
CParticlePointEmitter.obj : error LNK2001: unresolved external symbol __ftol2
CSceneCollisionManager.obj : error LNK2001: unresolved external symbol __ftol2
CAnimatedMeshMS3D.obj : error LNK2001: unresolved external symbol __ftol2
CAnimatedMeshSceneNode.obj : error LNK2001: unresolved external symbol __ftol2
CBspTree.obj : error LNK2001: unresolved external symbol __ftol2
CGeometryCreator.obj : error LNK2001: unresolved external symbol __ftol2
CColorConverter.obj : error LNK2001: unresolved external symbol __ftol2
CFPSCounter.obj : error LNK2001: unresolved external symbol __ftol2
CImage.obj : error LNK2001: unresolved external symbol __ftol2
CImageLoaderBmp.obj : error LNK2001: unresolved external symbol __ftol2
CVideoSoftware.obj : error LNK2001: unresolved external symbol __ftol2
COpenGLTexture.obj : error LNK2001: unresolved external symbol __ftol2
CDirectX8Texture.obj : error LNK2001: unresolved external symbol __ftol2
CVideoDirectX8.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureFlat.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureFlatWire.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureGouraud.obj : error LNK2001: unresolved external symbol __ftol2
CTRTextureGouraudWire.obj : error LNK2001: unresolved external symbol __ftol2
CTRFlat.obj : error LNK2001: unresolved external symbol __ftol2
CTRFlatWire.obj : error LNK2001: unresolved external symbol __ftol2
CTRGouraud.obj : error LNK2001: unresolved external symbol __ftol2
CTRGouraudWire.obj : error LNK2001: unresolved external symbol __ftol2
CGUIInOutFader.obj : error LNK2001: unresolved external symbol __ftol2
CGUIListBox.obj : error LNK2001: unresolved external symbol __ftol2
CGUIMessageBox.obj : error LNK2001: unresolved external symbol __ftol2
CGUIScrollBar.obj : error LNK2001: unresolved external symbol __ftol2
jdmarker.obj : error LNK2001: unresolved external symbol __RTC_UninitUse
rdcolmap.obj : error LNK2001: unresolved external symbol __RTC_UninitUse
..\Debug/Irrlicht.dll : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
Irrlicht.dll - 691 error(s), 0 warning(s)
Sorry for that lot of stuff, but i need to check out irrlicht engine because i want to make another bone story game maybe or something like bone.
________
Macintosh games
Last edited by irrlichter on Mon Feb 14, 2011 10:44 pm, edited 1 time in total.
-
- Posts: 279
- Joined: Fri Dec 24, 2004 6:37 pm
If you want to compile the irrlicht examples, just have the include folder in the directories and the lib/win32 folder in the libraries and then compile!
But if you want to re-compile irrlicht.dll you have to download the sdk and include the sdks include and libs accordingly! You dont need to re-compile irrlicht.dll to check out the examples!
But if you want to re-compile irrlicht.dll you have to download the sdk and include the sdks include and libs accordingly! You dont need to re-compile irrlicht.dll to check out the examples!
-
- Posts: 33
- Joined: Sat Sep 09, 2006 12:12 pm
I'm just wondering something I don't really check there.
The first time it worked pretty fine after a month doing again I suck.
Well, I think I only have to play there and with the time I can get it how it works.
Maybe deleting everything out from Irrlicht setups and doing it again.
Thanks so far.
________
HONDA MT50 SPECIFICATIONS
The first time it worked pretty fine after a month doing again I suck.
Well, I think I only have to play there and with the time I can get it how it works.
Maybe deleting everything out from Irrlicht setups and doing it again.
Thanks so far.
________
HONDA MT50 SPECIFICATIONS