windows mobile 6 install problem for VS2008 (setcepaths, checksdk)
I want to develop apps for windows mobile 6 and have installed the Windows Mobile 6 Professional SDK Refresh but I cannot get Qt working for Visual Studio.
I’ve followed different guides on how to install Qt for Visual Studio 2005 and 2008 but nothing works.
I’ve installed: qt-win-opensource-4.7.3-vs2008.exe, qt-everywhere-opensource-src-4.7.3.zip and qt-vs-addin-1.1.7.exe
The first step works fine: configure.exe -platform win32-msvc2008 -xplatform wincewm60professional-msvc2008 -release
This last step seems to fail: setcepaths wincewm60professional-msvc2008 && nmake
Looking at it closer the checksdk.exe -list gives me the error: Could not find any installed SDK, aborting!
Checking in the mkspecs folder I have these folders:
- wincewm60professional-msvc2005
- wincewm60professional-msvc2008
- wincewm60standard-msvc2005
- wincewm60standard-msvc2008
- wincewm65professional-msvc2005
- wincewm65professional-msvc2008
Why is this failing?
Thanks,
Steve
6 replies
I didn’t say there is “always a problem”; I had to do it from the VS2005 command prompt to get it to work. Using the VS2008 command prompt I could not get the configure.exe step to work, nor could I see any Qt/CE platforms in the QT4 Windows CE Project wizard.
Using the VS2005 prompt it all worked well; maybe because I’m running VS2005 Pro and only VS2008 Standard?
You must log in to post a reply. Not a member yet? Register here!


