"1 Building a bad environment"
Recommended: Windows 8.1 Enterprise + Visual Studio 2013 (Full installation)
PS: If you want Visual Studio 2012, first install the VS and then install the wp8/wp8.1 SDK.
Microsoft url:http://msdn.itellyou.cn/
"2 common incompatible libraries found 16:24 2015/7/3"
1. Sharp Zip has a dedicated WP version: http://slsharpziplib.codeplex.com/
2. The encoding format does not support ANSI format, GetString does not support omitting parameters and so on, need to be modified manually.
3. The socket does not support asynchronous APIs that begin with begin, and can use native asynchronous APIs if manual modification is required.
4. Do not support timer, you need to implement
5. Not included in the MD5 algorithm library
6. Litjson has support WP version: https://github.com/tjumyk/litjson-portable
7. Ulua does not support WP, can use Nlua, but heard that efficiency is not Ulua High: http://ulua.org/index.html
PS: I heard recently someone has achieved better than Lua's hot update mode, know to say Bai ...
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Unity3d code migration from Android/ios to windowsphone experience notes