Hiding the Irrlicht dos load screen

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
grantkrieger
Posts: 25
Joined: Fri Jul 27, 2007 10:02 am

Hiding the Irrlicht dos load screen

Post by grantkrieger »

Hello is there any way of hiding the Irrlicht dos screen when starting a program ?

C#

Many thanks

Grant
Wyszo
Posts: 49
Joined: Sun Jun 24, 2007 8:44 am

Post by Wyszo »

Sure!

http://www.irrlicht3d.org/wiki/index.ph ... soleWindow

And of course it is not "dos screen" but "console window" :D
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Wyszo wrote:And of course it is not "dos screen" but "console window" :D
but it emulates a DOS shell :twisted:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

but it emulates a DOS shell
Actually, it doesn't. You can't type commands into it.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

vitek wrote:
but it emulates a DOS shell
Actually, it doesn't. You can't type commands into it.
hmm, I think it does. You can't type commands, because your app is running, but you can still execute DOS commands with system(...);
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You can execute commands from any C/C++ program with a call to system().
Post Reply