I posed a similair topic that got confusing answers so here we go. How do I portt a pc game? Do I just say include whatever or are the commands different. I am using c++.
For one you have to have the source code to do a port. If you have no source code you can't port the software to another platform. The only other option would be to build a clone from scratch. Its time consuming to say the least, you have to recompile the libraries to work on a different architecture and a different OS, possibly even replace some with substitutes.
Comments
Just read this http://stackoverflow.com/questions/5062132/how-to-port-a-pc-game-to-android-written-in-c