i set up my own project follow the tutorial, try to compile the 'SkyPlane'.
i create my own directory,put the 'SkyPlane.h' and 'SkyPlane.cpp' in it,
setting the VC6 in order to let VC6 can find the 'ExampleApplication.h' and .cpp. Add the ogremain_d.lib into the link..(that is in the debug mode. in the release,you know,i add the ogremain.lib)
then i compile and link, OK.no problem.
but when i try to 'Debug' it (press F5 in VC6) it report some error.
i excute it in the sample/common/..../. it crash.
BUT I REALLY PASS the COMPILE and LINK!
The RELEASE virsion is OK !! why?
this is some of the VC6's error message:
thank you thank you...Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded symbols for 'D:\d\develop\BIG_OGRE\ogrenew\Samples\Common\bin\Debug\OgreMain_d.dll'
Loaded 'D:\d\develop\BIG_OGRE\ogrenew\Samples\Common\bin\Debug\stlport_vc6_stldebug45.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MSVCP60D.DLL'
Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL'
Loaded 'D:\d\develop\BIG_OGRE\ogrenew\Samples\Common\bin\Debug\devil.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'D:\d\develop\BIG_OGRE\ogrenew\Samples\Common\bin\Debug\ilu.dll', no matching symbolic information found.
Loaded 'D:\d\develop\BIG_OGRE\ogrenew\Samples\Common\bin\Debug\stlport_vc645.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\msvcp60.dll'
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic information found.
First-chance exception in MYOGRE.exe (NTDLL.DLL): 0xC0000005: Access Violation.
First-chance exception in MYOGRE.exe (NTDLL.DLL): 0xC0000005: Access Violation.
First-chance exception in MYOGRE.exe (NTDLL.DLL): 0xC0000005: Access Violation.
The program 'D:\d\develop\BIG_OGRE\ogrenew\Samples\Common\bin\Debug\MYOGRE.exe' has exited with code 0 (0x0).
sorry for my english... again
