130
edits
| Line 314: | Line 314: | ||
===Visual Studio 2008 / Visual Studio 9=== | ===Visual Studio 2008 / Visual Studio 9=== | ||
Visual Studio 2008 (VS9) has the following issues when debugging: | Visual Studio 2008 (VS9) has the following issues when debugging: | ||
* If the Mozilla WinCE Shunt Library fails compiling with an error message about a missing CeGetCanonicalPathName() function, you will need to select the "Windows Mobile 6 Professional" platform in the VS9 IDE platform selection drop-down list box. On a brand-newly cloned source tree, VS9 selects a platform of Windows Mobile 2003. | |||
* To run / debug within a VS9 Emulator, you NEED to download and install the [[http://www.microsoft.com/downloads/details.aspx?familyid=3D6F581E-C093-4B15-AB0C-A2CE5BFFDB47&displaylang=en Microsoft Windows Mobile 6.1 Emulator Images]] | * To run / debug within a VS9 Emulator, you NEED to download and install the [[http://www.microsoft.com/downloads/details.aspx?familyid=3D6F581E-C093-4B15-AB0C-A2CE5BFFDB47&displaylang=en Microsoft Windows Mobile 6.1 Emulator Images]] | ||
| Line 340: | Line 342: | ||
* The main people working on WinMobile also use VS9 to run / debug on-device. | * The main people working on WinMobile also use VS9 to run / debug on-device. | ||
==Setting Up MyBrowser== | ==Setting Up MyBrowser== | ||
edits