Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Maxidrom

macrumors newbie
Original poster
Sep 1, 2008
2
0
Hi all
Help me, please, how can I port my appplication (Windows Mobile 5.0,Native C++,MFC) to IPhone(OS X)?
Thanks in advance
 

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
  1. Buy an Intel Mac: the SDK only runs on this platform
  2. Learn Objective-C: the UI must be written in Cocoa
  3. Read the iPhone HIG: user will not accept a Windows Mobile look and feel or Windows Mobile interface conventions
  4. Port your data model and controller layer. You should be able to use C++ for this. Note that MFC is not available at all. If you have not used a MFC pattern you need to redesign
  5. Implement your new iPhone UI in Cocoa Touch. This will be written in Objective-C
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.