thawkins / strongtalk

Automatically exported from code.google.com/p/strongtalk
0 stars 0 forks source link

Getting rid of console window #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the system compiles as a Win32 'console' application.  At the
moment, the console is the only way to debug, so we can't change this yet.
Once we have a graphical debugger working, it needs to be changed to run as
a normal Windows program, and write to a log file instead

Original issue reported on code.google.com by David.Gr...@gmail.com on 22 Sep 2006 at 9:16

GoogleCodeExporter commented 9 years ago
This can be done defining _WINDOWS and building the binary as Windows 
application 
(Project properties -> Linker -> System. Change Subsystem to "Windows").

Original comment by tegue....@gmail.com on 19 Dec 2006 at 10:56