• 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: 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


References: 
 >Re: C# to Objective-C translator? (From: Scott Ribe <email@hidden>)

  • Prev by Date: Re: Adding simple AppleScript commands to a Cocoa application
  • Next by Date: Re: Animated Ripple Effect
  • Previous by thread: Re: C# to Objective-C translator?
  • Next by thread: NSSegmentedControl Behavior
  • Index(es):
    • Date
    • Thread