| Article: |
How to Write a Basic Gtk# Program with Mono | |
| Subject: | Uhhh... riiiiight. | |
| Date: | 2004-07-09 08:25:18 | |
| From: | xeroply | |
|
When trying to compile I am stuck at:
|
||
Showing messages 1 through 3 of 3.
-
New all-in-one Windows installer
2004-07-10 02:43:45 Edd Dumbill |
[View]
-
New all-in-one Windows installer
2004-07-14 15:25:20 warren_gallagher [View]
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.
Are there ways to disable this behaviour? -
New all-in-one Windows installer
2004-08-11 12:27:07 Niel Bornstein |
[View]
Use-target:winexeto create an executable that doesn't open a console. The default is-target:exe, which creates a console application.



This mini-article was written before Mono 1.0 was released, and before this installer was created.