How to me to get rid of the console?

View: New views
6 Messages — Rating Filter:   Alert me  

How to me to get rid of the console?

by x0123456789 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
I use GTKADA for Windows. All my programs in GTK have the main application window and a console window. How to me to get rid of the console?
=SMA=

Re: How to me to get rid of the console?

by x0123456789 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
In QtAda if to specify an linker option -mwindows the console it is disconnected.
GtkAda with such parametres at all does not work.
=SMA=
x0123456789 wrote:
Hi
I use GTKADA for Windows. All my programs in GTK have the main application window and a console window. How to me to get rid of the console?
=SMA=

Re: How to me to get rid of the console?

by Arnaud Charlet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> In QtAda if to specify an linker option -mwindows the console it is
> disconnected.

Right, that's a general option, relevant to any windows application, not just
Qt or Gtk.

> GtkAda with such parametres at all does not work.

Not sure what you mean. GPS for example is built with -mwindows and works
just fine.

Arno
_______________________________________________
gtkada mailing list
gtkada@...
http://lists.adacore.com/mailman/listinfo/gtkada

Re: How to me to get rid of the console?

by x0123456789 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I work on VISTA. Probably it is its feature.

Re: How to me to get rid of the console?

by Arnaud Charlet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I work on VISTA. Probably it is its feature.

GPS works also fine on Vista, built wiwth -mwindows.

Arno
_______________________________________________
gtkada mailing list
gtkada@...
http://lists.adacore.com/mailman/listinfo/gtkada

Re: How to me to get rid of the console?

by x0123456789 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok!
Has once again checked up all installations.
Has started the program, all has earned.
The error consisted in that that put an -mwindows option in a wrong place! :)
=SMA=