How do I make a Windows Mobile application with .Net?
-
I've written plenty of .Net code for Windows but never for Windows Mobile. How do I make a Windows Mobile application? My mobile device has an ARM processor so I need to cross-compile.
-
Answer:
You'll need the SDK. Dependent on which version of the Windows Mobile you have, but here is a link to 6: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=06111a3a-a651-4745-88ef-3d48091a390b&displaylang=en In this SDK, you'll find sample code which should help you along your way.
Eyal at Stack Overflow Visit the source
Other answers
I assume you want to develop applications for the Windows Phone 7? In that case, a good starting point is the "App Hub", http://create.msdn.com/en-us/home/getting_started where you may download the latest SDK and start developing. Keep in mind that apps written for the Windows Phone 7 are not comptible with Windows Mobile 6 and viceversa.
supersonic
In the end I used this: http://www.ward.nu/computer/teletekst/compile.html I got the .cab file from here (after installing .Net Compact Framework 3.5): C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\NETCFv35.ppc.armv4.cab Unpacked it and renamed all the files according to _setup.xml which in in the .cab. Then I ran this command to compile Teletekst (avaiable on the ward.nu website): C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe /noconfig /nostdlib /r:C:\Users\Eyal\Documents\Mio\CompileCF\NetCF\mscorlib.dll /r:C:\Users\Eyal\Documents\Mio\CompileCF\NetCF\system.dll /r:C:\Users\Eyal\Documents\Mio\CompileCF\NetCF\system.drawing.dll /r:C:\Users\Eyal\Documents\Mio\CompileCF\NetCF\system.windows.forms.dll /target:winexe /out:nosttnet.exe /win32icon:Teletekst.ico /resource:Teletekst.resources Teletekst.cs The output runs on my GPS device like a charm!
Eyal
Related Q & A:
- How do I make MSN (Windows Live Messenger) safe?Best solution by answers.yahoo.com
- How do I put a Windows Movie Maker movie on Youtube?Best solution by Yahoo! Answers
- How do I write a good job application letter?Best solution by Yahoo! Answers
- How would I delete a windows live email account?Best solution by Yahoo! Answers
- How do i create a windows email account?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.