To install Windows Phone 7 on Windows XP, you only need to modify installonlhs and installonwinxp and change the value of 1 to 0.
Step 1: Download Windows Phone Developer Tools RTW from Microsoft Official Website Is: http://www.microsoft.com/downloads/en/details.aspx official? Familyid = 04704acf-a63a-4f97-952c-8b51b34b00ce & displaylang = en Step 2: extract the downloaded file (vm_web.exe) Input vm_web.exe/X in the command line format, as shown in, Select the file decompressed address and place it in the E: \ vm_web directory. Step 3: Modify the baseline. dat file Open the E: \ vm_web \ baseline. dat file, find the [gencomp7788] node, and modify the following content as follows: Below isCodeFragment: Installonamd64 = 1 Installonfuturent = 1 Installonvista = 0 Installonwin7 = 0 Installonlhs = 0 Installonia64 = 1 Installonnetserver = 0 Installonwin2k = 0 Installonwinnt4 = 0 Installonwinxp = 0 If you only need to install it on Windows XP, you only need to modify installonlhs and installonwinxp and change the value 1 to 0. Step 4: Install Windows Phone Developer Tools RTW In the command line, enter setup.exe/web. In this way, the installation is normal.
The effect after installation is as follows: |
I have been using this platform for some time. Due to the low Foundation, I have taken many detours. Now, I will share my experience on getting started and give my reference to people with lower basic skills like me.
1. Prepare
AWindows Phone Developer Tools RTW
L online installation package
Http://www.microsoft.com/downloads/en/details.aspx? Familyid = 04704acf-a63a-4f97-952c-8b51b34b00ce & amp; displaylang = en
L offline installation package (recommended)
Http://go.microsoft.com/fwlink? Linkid = 201927
BWindows Phone 7TrainingCourse
Http://msdn.microsoft.com/en-us/wp7trainingcourse.aspx
CSilverlight 4 offline documentation
Http://www.microsoft.com/downloads/details.aspx? Familyid = B6127B9B-968C-46C2-8CB6-D228E017AD74 & displaylang = ZH-CN
Note: WP7 uses Silverlight 3, but sl4 offline documentation is backward compatible. All content applicable to WP7 is marked in this document.
2. References
AMsdn Windows Phone 7 Chinese Development Center
Http://msdn.microsoft.com/zh-cn/windowsphone/default.aspx
Note: there is an article on msdn.ArticleRelated to this content-recommended Windows Phone 7 excellent lab documentation; this content also includes the above1. B"Windows Phone 7 Training Course ".
BSome data sets
L resource for Windows Phone 7 (released by Microsoft Asia Research Institute)
Http://blog.sina.com.cn/s/blog_6c72aa3d0100mvut.html
L Windows Phone 7 common resource collection (published by Jiang yongtao)
Http://blog.csdn.net/jiangyongtao/archive/2010/10/19/5952294.aspx
L Windows Phone 7 development resources (from cnblogs)
Http://www.cnblogs.com/imobiler/archive/2010/12/11/1902845.html
Note: The above articles have a large number of data links, and some of them overlap. In this article, I will select some links from them.
CSilverlight for Windows Phone Toolkit
Http://silverlight.codeplex.com/
This link provides some unofficial additional controls for the open-source Microsoft technology materials. We will talk about Windows Phone 7 development on the 31st day-21st: silverlight toolkit for Windows Phone has a detailed introduction to it. For unofficial controls, the overview of Zhang Yi's Windows Phone 7 3rd control set is worth your reference.
DFree ebook: programming Windows Phone 7, by Charles Petzold
Http://blogs.msdn.com/ B /microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx
Http://charlespetzold.com/phone/index.html
One of the most classic books in the Windows Phone 7 Field, you can get an electronic version of it for free. Thanks to the author Charles Petzold. The article is written in English, but its language is easy to understand. We recommend all WP7 developers to read all of them in a short time.
Note: For WP7 books, he Lin wrote an article earlier. We recommend you read http://www.cnblogs.com/procoder/archive/2010/07/22/windows-phone-7-books.html.
3. Getting Started
The author has a very rough knowledge of C/C ++ syntax and understands a little about MFC. Suppose you have the same knowledge reserve as I do.
AFirst, from the above1. BStart with trainingkit and complete it step by step according to the content in the experiment document.
Three points can be learned:
L first, I had a preliminary impression on the entire development environment (including vs2010 and expression blend 4 tools; and Silverlight and C # languages ).
L a simple concept for some basic WP7 knowledge
L have a preliminary understanding of the simple WP7 Application Development Process
BLet's assume that you are confused by various code segments in the above exercises, just like me. It is also a good way to get started by studying the following:
Windows Phone 7 development on the 31st day (31 days of Windows Phone 7)
Translated by Jeff Blankenburg. Each article is short and concise with sample code.
CIf you still think it looks big, Jack Lin
Silverlight for Windows Phone development series video
SN:YDK44-2WW9W-QV7PM-8P8G8-FTYDF