Currently none of us owns a Windows Mobile phone and could perform any
testing. Therefore we do not offer a WM build.
Best regards,
Christian Vetter
Yes, we could definitely do it that way. The basic steps you have to
follow to compile for Windows Mobile:
1. Get Visual Studio
2. Install Windows Mobile SDKs
3. Compile Qt for WM (http://doc.qt.nokia.com/latest/install-wince.html)
4. Compile QtMobility for WM
(http://doc.qt.nokia.com/qtmobility/installation.html)
5. Compile MoNav
Which steps did you already take and what errors did you encounter?
Best regards,
Christian Vetter
It seems that WindowsMobile is not listed any more for recent
QtMobility versions. Which QtMobility version did you use? Could you
try building only the location module? Otherwise, could you try an
older version( http://get.qt.nokia.com/qt/solutions/) ?
Best regards,
Christian Vetter
did you copy all the necessary DLLs over to the device:
msvcr90.dll ( the WM one )
QtCore4.dll
QtGui4.dll
QtLocation1.dll
QtNetwork4.dll
Similar to the ones we had on the MoNav 0.2 WM builds:
http://code.google.com/p/monav/downloads/detail?name=MoNavClient-0.2-WinMobil6.5.7z&can=2&q=#makechanges
Best regards,
Christian Vetter
That was it. I am now able to start Monav on the device (with msvcr80.dll though, I can try to build with 9.0 next time but will stick with 8.0 for now as it works).
My next question is how do I get to turn on the GPS?