Your problem is most likely to be caused by the fact that the OS in the  
emulator can't find required DLLs.

So before running your application copy all Qt libraries and msvcr90.dll  
(from "<Visual Studio directory>\VC\ce\Dll\armv4i" directory) into  
"\Windows" directory on the emulator. And then save emulator state to not  
lose those changes.

On Thu, 07 Aug 2008 12:38:31 +0400, guillaume zinck wrote:
> Hello,
>
> I am a French student, and I have to develop some applications with
> GUI on a PDA Emulateur (Windows Mobile 5.0 PC Emulator). I am using the
> version 4.4.0 of Qt and Visual Studio 2008. I am trying to execute some
> examples given by Trolltech. That is what I have done:
>
> set QTDIR=C:\Qt\4.4.0
> set PATH=C:\Qt\4.4.0\bin;%PATH%
> cd %QTDIR%
>
> configure.exe -platform win32-msvc2008 -xplatform  
> wincewm50pocket-msvc2005
> (because configure.exe -platform win32-msvc2008 -xplatform
> wincewm50pocket-msvc2008 does not work: Invalid option
> "wincewm50pocket-msvc2008" for -xplatform)
>
> setcepaths wincewm50pocket-msvc2005
> namke
> cd examples\tutorials\tutorial\t1
> qmake -project
> qmakeqmake -tp vc
> devenv t1.vcproj
>
> Then I configure VS 2008 for Windows Mobile 5.0 Pocket PC Emulator and
> use the bottom "Build" and "Deploy". But on the emulator, when I click
> on the executable 't1', I have an error message:
> "The file 't1' cannot be opened. Either it is not signed with trusted
> certificate, or one of its components cannot be found. You might nedd
> to reinstall or restore this file".
>
> Does somebody konw what I have done wrong? Thanks,
>
> Guillaume

-- 
Constantin "Dinosaur" Makshin
_______________________________________________
Qt-wince-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-wince-interest

Reply via email to