Ive got a finished windows form application here, with text boxes, drag/drop etc.
It works fine on PC's but it doesnt do anything when i try run it on a mac (i guess it coz of the GUI library windows has,used by C#)
If there a way to recompile my program so that it would work on an Apple Mac?
Thanks for your help
AlanPosted Oct 29, 2007, 11:09 AM
You could download the Mac OS X version of Mono and try recompiling the source code files with their C# compiler:
http://www.mono-project.com/Downloads
I'd have thought that you'd need to make some changes as the 'forms' libraries are unlikely to be exactly the same as the Microsoft Windows versions.