Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi Guys

I have painstakingly developed an app. for a company
But the CEO. has now bought a new MAC BOOK
This is his baby and he does everything on it.
So now I’m stuck wanting to know how I can convert my code to work on his MAC BOOK.
Any ideas?
Thanks guys.
Posted

Consider using MONO...
http://www.mono-project.com/Mono:OSX[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Feb-14 3:22am    
That was my idea, too. My 5.
But there is another, very non-trivial open-source product, in addition to mono. Please see my answer.
—SA
Kornfeld Eliyahu Peter 25-Feb-14 3:31am    
Thanks...
Nice one - I heard about, but never had the opportunity to play with...
I thought about mono because OP has already developed the app...
In addition to Mono, you could develop Mac-specific applications using MonobjC:
http://en.wikipedia.org/wiki/Monobjc[^],
http://www.monobjc.net/[^].

One hint which is not very trivial: with MonobjC, execution of application is different: it replaces mono command line: instead of "mono application.exe" you run "monobjc application.exe". I used both MonoObjC and UI based on System.Windows.Forms and managed to develop applications on Windows, which work on Mac OS X without recompilation. I even developed a technique to combined two such UI in one project, but this is very advanced technique.

—SA
 
Share this answer
 
Comments
m@r10 25-Feb-14 4:08am    
Cool... Thanks guys.
I also found MONO.
Will give it a go tonight.
if I come right with it I will post it and close this question as solved.


Tell me, can a person also develop an app for android / Ipad / Iphone on this program.
Also another Question from my previous post: are there any free or recommended online SQL databases I can use as a cloud database ?
Thanks a stack.

Keep well.
Sergey Alexandrovich Kryukov 25-Feb-14 8:47am    
This is harder. There is a commercial version of Mono for it from Xamarin.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900