hope someone can help me here.
If I run my program from the IDE then the program runs fine, the gui loads, and my log file tells me that everythign created just fine. meshes loaded, tetures loaded etc... with no errors. when I right click, the mouse cursor hides and i can move around in the world.
HOWEVER :
If I run the program from the command line (i.e. the Bin folder) then the program runs fine, the gui loads, and my log file tells me that everythign created just fine. meshes loaded, tetures loaded etc... with no errors.
the log files are identical no matter which method i run the program. the only difference is, that the program ran from the command line has nothing on the screen except the gui. also, when I right click, the mouse cursor hides but moving it just moves the hidden cursor out of the irrlicht window and moves it around the desktop.
if it were the other way around i would assume that i didnt set the working directory.
this is truly driving me insane. if you have any ideas, please throw them at me.