Saturday, May 22, 2010

Hot do I convert Windows C++ to Mac C++?

I am trying to convert the final C++ project that I coded on my Windows to my Mac. I don't know if windows use different libraries but the build doesn't seem to work on my Mac. If it makes any difference I am using Virtual C++ Express Edition on my Windows and XCode on my Mac.

Hot do I convert Windows C++ to Mac C++?
If I'm not mistaken, Mac and Windows are not compatible as they use a different (binary) platform.





I imagine that you'll have to rewrite the Windows C++ to a Mac compatible platform.





It shouldn't be too hard, as I'm sure most routines are similar and then just do the debugging.





Good luck.


;-)


No comments:

Post a Comment