when I running the Irrlicht device, whether it is released version or debugging version, the console window always remains.
But I don't want to keep console open when irrDevice is running.
How can I get rid of this?
how can i close the console window?
how can i close the console window?
From Seoul, South Korea
Re: how can i close the console window?
Check out this page on the wiki: http://irrlicht3d.org/wiki/index.php?n= ... soleWindow
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: how can i close the console window?
Thank you so much!!!! I solved it!!!
From Seoul, South Korea