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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -