|
|
|
|
|
by dpark
5354 days ago
|
|
Windows 8 doesn't share a codebase with WP7 (except perhaps at a very low level). The Metro stuff on W8 is built on the new WinRT API/framework. What's hard to port to WP7 may be trivial to port to W8. Disclaimer: I work for MSFT, but don't have any internal knowledge of W8 or WP7 that isn't public. |
|
The project which I couldn't port (Ncalc) relied on ANTLR and thus a .dll.
The other (Irony) was .NET based and the main difficulty was cleaning up the structure created by VS Professional to Work with Visual Studio for Windows Phone [Express] and converting the console based code to event based...and that was easy even for me.