thanks "David C. Hoos" escribi� en el mensaje news:mailman.1014467341.20250.comp.lang.ada@ada.eu.org... > You need to add the linker option -mwindows to your gnatmake > command line. > > See the GNAT Users Guide about how to specify linker options > on the command line. > > Alternatively, you could put the following statement in your > main program source file: > > pragma Linker_Options ("-mwindows"); > > > ----- Original Message ----- > From: "Nazgul" > Newsgroups: comp.lang.ada > To: > Sent: Saturday, February 23, 2002 6:07 AM > Subject: Hide Console in windows > > > > Hi, I'm doing a program with gtkada, firstly under windows, and I would > like > > to know if the DOS-console that opens when I run the program can be > hidden, > > so only the gtk windows are visible. > > > > Thanks. > > > > > > _______________________________________________ > > comp.lang.ada mailing list > > comp.lang.ada@ada.eu.org > > http://ada.eu.org/mailman/listinfo/comp.lang.ada > > >