Reputation: 476
I created an application in visual studio 2008 using c++ and poco library. Since output of visual studio is .exe i have no idea how to create a mac application(.app file) with this. Can any one help me with this.
Upvotes: 1
Views: 2084
Reputation: 14906
Google can help:
Upvotes: 3
Reputation: 1840
I would recommend that you check out http://developer.apple.com You may need to adapt some components, but I would recommend using Xcode.
Upvotes: 2