Any news on windows version ;)
-Original Message-
From: Jorge De Gante [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 02:12
To: Mike Kestner
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [Gtk-sharp-list] Gtk# 0.12 released
Good news!!
There is some samples about
cygwin etc.. Setup here.
I can test an executable for you if you want, but you might be able to recreate the
problem if you change your TimeZone settings.
Thanks for all your help
Paul
-Original Message-
From: Varga Zoltan [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 05, 2003 1
I have just installed latest version on mono for Windows (
mono-0.28-win32-1.exe ) and I still get an error trying to compile
simple Hello application.
** ERROR **: file icall.c: line
3145(ves_icall_System_CurrentTimeZone_GetTimeZoneData):assertion failed
(err) abrting..
This is now displayed in
Title: Message
Hi,
I installed
mono-0.26-win32-2.exe on a Windows 2000 Professional
machine.
When I try and
compile a simple "Hello World" app. I get the errors below:
This works fine with
'mono-0.25-win32-1.exe'.
I have also compiled
a simple gtk-sharp program ( compiles fine with 0.25
Hi,
Is mono 0.26 available via Red Carpert ?
Thanks,
Paul
___
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
I am trying to get mono running on Freebsd( 5.1 ).
I installed mono from the ports( /usr/ports/lang/mono ) - that worked
fine.
I then tried to compile the mcs package( 0.24 ) and that would not
compile - did a make -f makefile.gnu in root directory.
Is there maybe a port for mcs package or anythi
: Thursday, March 27, 2003 21:46
To: Paul Paximadis; [EMAIL PROTECTED]
Subject: RE: [Mono-list] Error compiling GTK# Program
try changing from:
window1.DefaultSize = new Size(200, 150);
to:
window1.DefaultSize = new System.Drawing.Size(200, 150);
-Original Message-
From: [EMAIL
Sorry forgot the attachment
When I try and compile the following program( attached ).
I get the following error
C:\mono-0.23>mcs -r gtk-sharp basic_form.cs
basic_form.cs(36) error CS0246: Cannot find
type `Size'
Compilation failed: 1 error(s), 0 warnings
Thanks in advance
P
When I try and compile the following program( attached ).
I get the following error
C:\mono-0.23>mcs -r gtk-sharp basic_form.cs
basic_form.cs(36) error CS0246: Cannot find
type `Size'
Compilation failed: 1 error(s), 0 warnings
Thanks in advance
Paul