Re: C# to Objective-C translator?
Re: C# to Objective-C translator?
- Subject: Re: C# to Objective-C translator?
- From: Allan Hsu <email@hidden>
- Date: Mon, 17 Apr 2006 14:13:44 -0700
On Apr 17, 2006, at 12:41 PM, Bill wrote:
Anyone know if there exists a C# to Objective-C (or to C or C++)
source code translator?
Thanks.
I'm not sure what you want to do with your C# code, but there is an
ObjC framework called Dumbarton available for embedding the Mono .NET
runtime into a native application. It's available from Mono SVN from
here:
svn://svn.myrealbox.com/source/trunk/Dumbarton
It provides some classes that make it slightly less painful to write
ObjC code that deals with managed objects and the quirks of the
runtime. It's definitely not a "magic" solution, but it allowed us to
write an OS X port of imeem (http://www.imeem.com/) that runs on the
same managed backend code as our Windows client, while providing an
entirely native interface.
-Allan
--
Allan Hsu <allan at counterpop dot net>
1E64 E20F 34D9 CBA7 1300 1457 AC37 CBBB 0E92 C779
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden