Hi,
whenever i execute any of the examples delivered with the engine it compiles, and instantly goes back to the GUI without promting any error or showing the samples.
For a short glimpse there is also a console window, but that also disappears after compiling is finished.
My GUI is Dev-C++.
Does anybody know the problem?
Greetz,
Neo
GUI does not show examples
-
Guest
Actually there was an error prompt when I compiled the first example project again...as you said the DLL was not found.
But this is not "my" application, its one of the irrlicht examples so it should work without deploying the DLL in each example folder, shouldn't it?
But nevertheless I will try to do so
Thanx for your help,
Neo
But this is not "my" application, its one of the irrlicht examples so it should work without deploying the DLL in each example folder, shouldn't it?
But nevertheless I will try to do so
Thanx for your help,
Neo
-
thesmileman
- Posts: 360
- Joined: Tue Feb 10, 2004 2:20 am
- Location: Lubbock, TX
-
Guest
-
Guest
-
Guest
Depends. Every game I've ever seen copies it to the Win32 folder, but the difference is that they are finished products with installers. In my view it is better to have it in the same folder as the game all the time as putting it in the Win folder could lead to having the wrong file in there, it's certainly not unprofessional to copy DLL's to the Win32 folder tho, that's what the System folder is for.