So whenever I run my app, I get a strange, empty console window that loads behind my DirectX window and goes away when I close my project.
The console window just has the Window path of my app (c:\projects\FantasyWars\bin\Debug\FantasyWars.exe) as its title, and little "c:\" as its icon, but is otherwise empty with just a flashing cursor in its upper-left.
My initialization code is almost identical to the GameUtil Demo (http://www.danpeverill.com/gameutil.asp) initialization code, and that project doesn't have this problem when I run it.
Anyone know what could cause this to happen, or what i can do to get rid of it? Thnx in advance....
-Hiro_Antagonist
The console window just has the Window path of my app (c:\projects\FantasyWars\bin\Debug\FantasyWars.exe) as its title, and little "c:\" as its icon, but is otherwise empty with just a flashing cursor in its upper-left.
My initialization code is almost identical to the GameUtil Demo (http://www.danpeverill.com/gameutil.asp) initialization code, and that project doesn't have this problem when I run it.
Anyone know what could cause this to happen, or what i can do to get rid of it? Thnx in advance....
-Hiro_Antagonist