hide the console

Hi i'm programming a GUI using the borland builder

The thing is I wanna hide the console when executing the program, is there a an instruction to do it? I just want the GUI to pop up when i execute my program!!!

Thanks
use WinMain instead of main as entry point
thnx but then i cannot compile!!!

[Linker Error] Unresolved external '_main' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\LIB\C0X32.OBJ

any hints???
Without any doubts, you need -tW option.
I used this with Borland free command line tools.
In the Borland's IDE there must be a wizard that sets up GUI application development.
Otherwise, you'll have to add it yourself :-)
Topic archived. No new replies allowed.