Paresh Sawant wrote: > I'm using MS Visual Studio 2008.
Yes, you stumbled over an issue with Qt/WinCE 4.4.0. The deployment rules in the vcproj file always use msvcr80d.dll, even for VS 2008, which is a bug. This is fixed for 4.4.1. You can use a current source snapshot if you want to have it fixed right now. > But now When I tried to run it on actual windows mobile 6 professional > device, it failed with following error message - > --> > "The specified program requires a newer version of windows" > <-- This usually appears if the SDK used for Qt and your device OS don't match. Are you sure that your device runs Windows Mobile 6 Professional? You can try the following: Create with Visual Studio simple SmartDevices C++ projects (using different SDKs), deploy and run it and determine the SDK which works on your device. Maybe your device requires the Windows Mobile 6 Standard SDK? > Could this be because I have Qt win32 integrated with Visual Studio IDE? No, this shouldn't have an impact. Regards, Jörg _______________________________________________ Qtce-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback
