
[Solved]Console Window
Posted Thursday, 3 February, 2011 - 15:08 by fdncred inHow can I get rid of my console window for my GameWindow based application? It looks like a ConsoleTraceListener(). Perhaps it's not part of OpenTK. The first two lines are always:
PVRVFrameSetGlesLibraryPath: C:\Path\libGLES_CM.dll PVRVFrameSetGlesv2LibraryPath: C:\Path\libGLESv2.dll


Comments
Re: Console Window
Check the first page of your project properties (edit->properties). There are three possible settings: "console application", "windows application" and "library". You need the second one.
Re: Console Window
That did it. Thank you!!!!