Plasmacore:Windows Phone 7 Projects
From Plasmaworks
Overview
- Plasmacore supports cross-compile to C# for Windows Phone 7 projects - and eventually Xbox projects.
- You must install Microsoft Visual C# Express 2010 with Windows Phone support on Windows to run your cross-compiled code.
- Keyboard functionality has not yet been added.
- WP7 does not currently support sockets. Plasmacore WP7 currently has no networking or download capabilities.
- [include "window_phone_7.slag"] in your main file to be able to call "WindowsPhone7.is_trial().Logical" to determine if your app is running as a trial version. The returned value is not accurate unless the app has been installed from the marketplace, so you must manually test your trial/non-trial versions by substituting true or false.
- Use "if defined(WP7)" to determine if your code is targeted at Windows Phone 7.
- Currently you must manually add images and sounds to the Visual Studio project as directed by the gogo build system.
- Type "gogo wp7" to build for Windows Phone 7 and receive detailed instructions on the remaining steps.
