program does nothing
program does nothing
I compiled some of the tutorials with devc++ and placed the exe's in the same folder where the other exe's are. When I open the exe, the promt show up and closes immediately.
the compiler gives no errors or warnings.
any idea's?
the compiler gives no errors or warnings.
any idea's?
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Yes, learn how your program can be started from command prompt. Then you can read all console output and you know why it fails.
(I already know it without reading them, though. But I'm not sure whether I should tell you - I'd never know if you will learn to start your tool from console, then. Oh no, there are several possibilities, you got to tell us the console output )
(I already know it without reading them, though. But I'm not sure whether I should tell you - I'd never know if you will learn to start your tool from console, then. Oh no, there are several possibilities, you got to tell us the console output )
it is an example that was included in the SDK. changed nothing to the code.
no errors and waring when i compile
placed it in the same folder where the other binaries are from the examples.
this is getting hopeless i think
I want to make my project in c++ instead of vb.net to get all the futures of the engine.
no errors and waring when i compile
placed it in the same folder where the other binaries are from the examples.
this is getting hopeless i think
I want to make my project in c++ instead of vb.net to get all the futures of the engine.
-
- Posts: 377
- Joined: Fri Oct 28, 2005 10:28 am
- Contact:
Here is an update from C++ .NET 2005 ( after installing sdk's and setting up some more reference path's)
------ debug info -----
'HelloWorld.exe': Loaded 'K:\irrlicht-1.0\irrlicht-1.0\examples\01.HelloWorld\Debug\HelloWorld.exe', Symbols loaded.
'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load
The program '[1472] HelloWorld.exe: Native' has exited with code -1073741515 (0xc0000135).
any idea what causes this?
------ debug info -----
'HelloWorld.exe': Loaded 'K:\irrlicht-1.0\irrlicht-1.0\examples\01.HelloWorld\Debug\HelloWorld.exe', Symbols loaded.
'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load
The program '[1472] HelloWorld.exe: Native' has exited with code -1073741515 (0xc0000135).
any idea what causes this?