WP7 support

jamesfdickinson
edited May 2011 in DotNet
Are there any plan to support the WP7? Is there any ways to use Photon on the Wp7 now?

Comments

  • I would assume applications made for WP7 (Windows Phone 7) would use Microsoft's development technologies such as C#. So it would most likely be treated like any other .NET application. Check out their .NET application samples in the SDK.
  • WP7 uses Silverlight or XNA(.net)

    The .NET Silverlight application sample uses the "PhotonDotNetSL.dll" lib file and wont work with WP7.

    The libs need to be compiled againt the WP7 CLR and not the normal .NET CLR. WP7 CLR includes most the full .NET CLR, just like silverlight CLR includes most the full .NET CLR. In short a lib (dll) complied againts one CLR cant use the a lib (dll) complied on a different CLR.

    The lib needs to be recompled using the WP7 CLR.
  • WP7 does not support Sockets in the current release. TCP Sockets for WP7 should come sometimes this year - an SDK will be released then.