Re: C# to Objective-C translator?
Re: C# to Objective-C translator?
- Subject: Re: C# to Objective-C translator?
- From: BK <email@hidden>
- Date: Tue, 18 Apr 2006 21:15:41 -0700
On Apr 18, 2006, at 7:21 PM, Scott Ribe wrote:
Yes, that's what I'm looking for, from C# to an Objective-C header
file, from one API to another. Any luck?
Well, if C# has an introspection API like Java does, and I seem to
recall
reading somewhere that's the case... Here's how I did it for using
Java
classes from C++
- instantiate the Java runtime
- load the classes
- use the introspection function to generate C++ wrapper classes
that mirror
the methods of the Java classes and call through to the underlying
Java
methods
All I really want to do is create objective-C header files from C#
source files, in other words, define an objective-C API based on an
existing C# API.
Thanks,
Bill
_______________________________________________
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