I am new here and i am using VC++ 2008 Express Edition IDE.i have try to compile Irrlicht with this IDE.but it still failed.
these are my steps :
1.Download Irrlicht SDK and extract it
2.Open VC++ 2008>>File>>New Project>>Win32Project>>Latihan.cpp
3.Paste all Irrlicht headers in VC include folder
4.Paste Irrlicht.lib in VC library folder
5.Open Latihan properties in VC++2008>>Linker>>Input>>Additional Dependencies>>Insert Irrlicht.lib>>OK
6.Insert Irrlicht codes in Latihan.cpp :
http://irrlicht.sourceforge.net/tut001.html
7.Paste Irrlicht.dll in system32
8.Build solution
9.Debug
10.Fail to display :
Code: Select all
'Latihan.exe': Loaded 'C:\Documents and Settings\Acer\My Documents\Visual Studio 2008\Projects\Latihan\Debug\Latihan.exe', Symbols loaded.
'Latihan.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\Irrlicht.dll', Binary was not built with debug information.
'Latihan.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\glu32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\winmm.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\msvcr90d.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
Irrlicht Engine version 1.7.2
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
'Latihan.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\msctf.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\version.dll'
'Latihan.exe': Unloaded 'C:\WINDOWS\system32\version.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\MSCTFIME.IME'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\BtMmHook.dll'
'Latihan.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll'
BTMMHOOK 20.04.2011 10:21:26 Thread<0C38> Hook DLL loaded
BTMMHOOK 20.04.2011 10:21:26 Thread<0C38> Hook DLL unloaded
The program '[1664] Latihan.exe: Native' has exited with code 0 (0x0).