treendy | 16 Feb 2012 14:04
Picon

Help needed publishing winforms c# project to mac using mono?

Hello,

Really struggling here, searched all over google and having no luck.

I have written a simple form app in windows vs 2010 express (click a button
and a label text is changed to "hello, button clicked" now i want this to be
able to run on a MAC

Im so far guessing how to do this, i have created the project within visual
studio 2010 c# express then when finished opened the project in Mono

From Mono i can run and test this project and it works.

Now, how do i publich my mono project so there is a setup file (or install
file etc...) and how do i make this setup file work on a MAC?

Thank you in advance 

--
View this message in context: http://mono.1490590.n4.nabble.com/Help-needed-publishing-winforms-c-project-to-mac-using-mono-tp4393850p4393850.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Petit Eric | 16 Feb 2012 20:47
Picon

Re: Help needed publishing winforms c# project to mac using mono?

I don t really know mac, but, with MonoDevelop or vs, yu generate the exe, then with an script or directly in an console, yu make : mono ./Myapp.exe, after what, i think mac is just an archive decompressed somewhere for installation?


2012/2/16 treendy <darren <at> treendweb.co.uk>
Hello,

Really struggling here, searched all over google and having no luck.

I have written a simple form app in windows vs 2010 express (click a button
and a label text is changed to "hello, button clicked" now i want this to be
able to run on a MAC

Im so far guessing how to do this, i have created the project within visual
studio 2010 c# express then when finished opened the project in Mono

From Mono i can run and test this project and it works.

Now, how do i publich my mono project so there is a setup file (or install
file etc...) and how do i make this setup file work on a MAC?

Thank you in advance

--
View this message in context: http://mono.1490590.n4.nabble.com/Help-needed-publishing-winforms-c-project-to-mac-using-mono-tp4393850p4393850.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list



--
 Cordially.

windows take you more($), Linux give you more!!
Political Power cannot be wisdom!

 Small Eric Quotations of the days:
 ---------------------------------------------------------------------------
 I have no special talents. I am only passionately curious

 ---------------------------------------------------------------------------
Un intellectuel assis va moins loin qu'un con qui marche!!!
 ---------------------------------------------------------------------------

Déclaration des Droits de l’Homme et du Citoyen de 1793 Art 35 :


"Quand le gouvernement viole les droits du peuple, l’insurrection est, pour le peuple et pour chaque portion du peuple, le plus sacré des droits et le plus indispensable des devoirs."

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list
Miljenko Cvjetko | 17 Feb 2012 09:54
Favicon

Re: Help needed publishing winforms c# project to mac using mono?

Hi

  • just ot run
    • install mono on MacOSX
    • copy Your exe (lets say app.exe) together with assemblies needed to Mac
    • execute: mono app.exe
  • to develop
    • install mono on MacOSX
    • install MonoDevelop on MacOSX (Monodevelop installation will install mono I think)
    • open solution/project with MD
    • that's it!

There is no setup.exe.
Mono's idea is what .net was at the beginning: Deployment by xcopy/cp!
No need for setup.exe, though packaging is possible...

regards

mel

On 2012.02.16 14:04, treendy wrote:
Hello, Really struggling here, searched all over google and having no luck. I have written a simple form app in windows vs 2010 express (click a button and a label text is changed to "hello, button clicked" now i want this to be able to run on a MAC Im so far guessing how to do this, i have created the project within visual studio 2010 c# express then when finished opened the project in Mono From Mono i can run and test this project and it works. Now, how do i publich my mono project so there is a setup file (or install file etc...) and how do i make this setup file work on a MAC? Thank you in advance -- View this message in context: http://mono.1490590.n4.nabble.com/Help-needed-publishing-winforms-c-project-to-mac-using-mono-tp4393850p4393850.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _______________________________________________ Mono-winforms-list maillist - Mono-winforms-list <at> lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list


-- Miljenko Cvjetko dipl.ing. ET Direktor/CEO Projektant rješenja/Solution Architect Razvojni programer/Senior developer Voditelj projekta/Project Manager IX južna obala 13 Kajzerica Zagreb T: 385 1 7775555 M: 385 91 557 447 3 F: 385 1 7779556 e: mcvjetko <at> holisticware.net w: http://www.holisticware.net
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Gmane