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!!!
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 :-)