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.
Comments
Post a Comment