Re: C# to Objective-C translator?
Re: C# to Objective-C translator?
- Subject: Re: C# to Objective-C translator?
- From: Scott Ribe <email@hidden>
- Date: Tue, 18 Apr 2006 20:21:29 -0600
- Thread-topic: C# to Objective-C translator?
> 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
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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