| Article: |
How to Write a Basic Gtk# Program with Mono | |
| Subject: | New all-in-one Windows installer | |
| Date: | 2004-07-14 15:25:20 | |
| From: | warren_gallagher | |
|
Response to: New all-in-one Windows installer
|
||
|
This combined with using -pkg:gtk-sharp worked great for me, although I always get a console window. This is desired in this case because we are looking for the "HelloWorld!" text in the console when the button is pressed.
|
||
Showing messages 1 through 1 of 1.
-
New all-in-one Windows installer
2004-08-11 12:27:07 Niel Bornstein |
[Reply | View]




-target:winexeto create an executable that doesn't open a console. The default is-target:exe, which creates a console application.