Using xCode in a .net application -


I have a Mac application (written with xcode) I have to write a pure application using this code . What is the best practice in this case?

If this is in objective-c, then you should probably try to work with it, not .net

If you absolutely NET is required. Use the GNU Objective-cum-compiler to create .lib files as much as possible, and then I think that the GUI has to be rewritten in .net.

Wrap the .lib in a C ++ / CLI assembly with managed interfaces.

Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -