Postby javiskefka » January 28th, 2009 7:06 am
If only it were that simple. AFAIK, WordPower was written using the iphone SDK. While there are libraries for Nintendo DS development that will allow code written in C or C++ to compile for the DS's ARM processor, you have to understand that the iphone has a completely different processor from a Nintendo DS. There's no way to make a program compiled for one system automagically work for another system, or even to automagically convert source code written for one system to a language that will compile for another system. The bottom line is that porting WordPower to the DS in some form might be possible, but it would basically involve building it again from scratch.