Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>before you start developing for Windows Mobile 6.5 Prof, you need to setup your development environment.</p> <p>First, install Visual Studio 2008 (no express version)</p> <p>Download and install either <a href="http://www.microsoft.com/en-us/download/details.aspx?id=15" rel="nofollow noreferrer">ActiveSync</a> (host OS &lt;= Windows XP) or Windows Mobile Device Center / <a href="http://www.microsoft.com/en-us/download/details.aspx?id=14" rel="nofollow noreferrer">WMDC</a> (Windows Vista/7)</p> <p>[optional] Download and install <a href="http://www.microsoft.com/en-us/download/details.aspx?id=5352" rel="nofollow noreferrer">Device Emulator Manager</a></p> <p>Then download and install Windows Mobile 6.5 DTK (<a href="http://www.microsoft.com/en-us/download/details.aspx?id=5389" rel="nofollow noreferrer">http://www.microsoft.com/en-us/download/details.aspx?id=5389</a>)</p> <p>Now, you can start a new C# project inside Visual Studio 2008: <img src="https://i.stack.imgur.com/KSaKe.jpg" alt="enter image description here"></p> <p>Follow the wizard: <img src="https://i.stack.imgur.com/TeBwX.jpg" alt="enter image description here"></p> <p>The list of Target Platforms depend on the Mobile/CE SDKs you have installed!</p> <p>Select either .Net Compact Framework 2.0 or 3.5. The choose depends on what is installed on your PC and what is available on the device. If the device comes with 2.0 pre-installed, I would choose 2.0 except for I need something only available in 3.5 (ie Mobile.Status namespace).</p> <p>Now you get an empty form: <img src="https://i.stack.imgur.com/Zlo5E.jpg" alt="enter image description here"></p> <p>You can change the target device in the project properties: <img src="https://i.stack.imgur.com/unJsV.jpg" alt="enter image description here"></p> <p>If you want to change the target platform, look at "Change Target Platform" in Project menu or just right click the project in solution explorer and select Change Target Platform: <img src="https://i.stack.imgur.com/8IBUm.jpg" alt="enter image description here"></p> <p>The above has nothing to do with Device Emulator Manager or the installed Emulator Images!</p> <p>You can run a WM5 targeting project on a Windows Mobile 6.5 device if you want.</p> <p><strong>To start debugging and SmartDevice application inside an emulator. Just Select an Emulator entry from the target device list in Project properties or just in the SmartDevice toolbar. Then click Debug and "Start Debugging". VS will start an emulator with the specified emulator image and deploys your project application files and start remote devugging.</strong></p> <p>You may also start an emulator image using DeviceEmulatorManager and then cradle the running Emulator image. To use the running and cradled (ActiveSync or WMDC connected!) emulator do NOT select an emulator inside VS but a Device. VS does not see the difference and uses the WMDC connected device, regardless of being an emulator or real device.</p> <p>VS uses DMA to communicate with the emulator, not USB or Serial as with a real device.</p> <p>Now start your development.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload