surendran
surendran

Reputation: 476

How to create application for mac?

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

Answers (2)

Fredrik E
Fredrik E

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

Related Questions