• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: C# to Objective-C translator?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: C# to Objective-C translator?
      • From: BK <email@hidden>
References: 
 >Re: C# to Objective-C translator? (From: "Bill" <email@hidden>)

  • Prev by Date: Any tricks to dragging an NSTableView?
  • Next by Date: Re: Adding simple AppleScript commands to a Cocoa application
  • Previous by thread: Re: C# to Objective-C translator?
  • Next by thread: Re: C# to Objective-C translator?
  • Index(es):
    • Date
    • Thread