[Mono-winforms-list] Using windows.forms on linux
Jason King
jason.king@profox.co.uk
Wed, 25 Jun 2003 15:25:31 +0100
Hello Julian,
Yes you can use mcs. However, if you are using code residing in libraries,
it may be necessary to link in the dlls at compile time:
mcs /out:myNewApp.exe /r:lib1.dll /r:lib2.dll mysourceFile.cs
or, generically,
mcs /out:<targetexefilename> /r:<dllnames> <sourcefile.cs>
or
mcs /out:<targetexefilename> /r:<dllnames> <*.cs>
Hope this helps. Please let me know if I am wrong...
Regards,
Jason King
Profox Systems Ltd
-----Original Message-----
From: mono-winforms-list-admin@lists.ximian.com
[mailto:mono-winforms-list-admin@lists.ximian.com]On Behalf Of Julian
Kato
Sent: 25 June 2003 15:09
To: pigolkine@gmx.de; mono-winforms-list@lists.ximian.com
Subject: Re: [Mono-winforms-list] Using windows.forms on linux
Thanks Alexandre... I think I am reaching something here.
I was reading e-mails from this list and already installed mono, the patch,
and wine following the instructions.
I have a code already done in C# and I want to compile it. Do I use mcs ?
*************************
** JULIAN KATO **
** jkato51@hotmail.com **
*************************
>From: Alexandre Pigolkine <pigolkine@gmx.de>
>Reply-To: pigolkine@gmx.de
>To: Julian Kato <jkato51@hotmail.com>, mono-winforms-list@lists.ximian.com
>Subject: Re: [Mono-winforms-list] Using windows.forms on linux
>Date: Wed, 25 Jun 2003 09:31:39 +0200
>
>Hello,
>
>You can find information here:
>
>http://www.freax.be/wiki/index.php/MonoPresentation
>
>Alexandre
>
>
>On Tue, 24 Jun 2003 15:16:59 -0300, Julian Kato <jkato51@hotmail.com>
>wrote:
>
>>
>>Hi everybody.
>>
>>I use Microsoft Visual Studio .NET therefore IВґm not understanding
>>anything about mono and wine stuffs.
>>I need some advice or code samples here so I can start develop on Linux
>>platform.
>>
>>Can anybody help me ?
>>
>>Thanks
>>Julian
>>
>>_________________________________________________________________
>>Protect your PC - get McAfee.com VirusScan Online
>>http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>>
>>_______________________________________________
>>Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com
>>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>>
>>
>
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
_______________________________________________
Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list