PDA

View Full Version : I need example for Windows Mobile working program



Mr.QT
9th June 2009, 12:54
Hi all
I have been looking for one example of program which developed in Windows.
and Deployed and as setup package to Windows Mobile 6.0 .

I have see all examples for Windows Mobile Development.
But you got to compile ON Windows or Linux and it will work in in both.
but when you move the file to Windows Mobile Phone it will not work.

Do I have to have something ease on the Windows Mobile to to make this work.

Best Regards

AcerExtensa
9th June 2009, 14:28
Project from QT examples for VS2008.
open application.sln compile project like Release version and build CAB-Setup project.
Don't forget to change path's to QT libs and path to msvcr90.dll in CAB-Setup project.

To deploy apps for WM you need VS 2005 or 2008 Pro Version. No Go with Exress Studio.
Also you need WM 5/6 Standart/Professional SDK, you can download it from microsoft website.

To run your applications on WM you need copy msvcr90.dll and off course QT dll's with you app onto device...

Mr.QT
19th June 2009, 12:57
Thanks a lot.
I have been trying to get this don for some time.

but it's seem that the CAB is not working.
I will try to work that manually now.

I have VS 2008 Expires.

Yesterday i have tried to get the
Windows Mobile 6 Professional and Standard Software Development Kits Refresh
from this link..

http://www.microsoft.com/downloads/details.aspx?FamilyID=06111a3a-a651-4745-88ef-3d48091a390b&DisplayLang=en

I have download it all but when you wan to setup, it has got some steps to work with that.
and it's stops at that the VS need to be VS 2005 pro..
I do not know how i can get this template to work with VS 2008 pro..

Is there are any other way to fix this, as i do not want to use VS 2008 pro the hacked one.
I want to make the application for commercial uses.

Please , I just need to make one program to work..
I mad that work and compile and get the exe ..
But the Deploy is very important.. and it's should work as will.

Best Regards

AcerExtensa
22nd June 2009, 09:19
There is no way to deploy WM app with VS 2008 Express. You need 2005 or 2008 Pro. Or you can search google for progs like CAB Master or something like this if you can compile exe for WM.