[Qt-interest] Running QtWebKit Application on Windows Mobile 5

Tumarov Alexander alextai at narod.ru
Mon Mar 23 09:15:15 CET 2009


After reading relevant web pages about memory layout in WinCE I tried to
compile QT with -static.
It works now. Slowly (but I believe that it is CPU who is too slow...) , but
works.
I found the information that in WM5 ALL DLLs that in simple word contain
shared code portions are going into 1 slot (32 MB). I need webkit, network,
xml, and gui - all together is about 10-12 MB so it easily can be the case
it doesn't fit the slot (system DLLs are sitting there as well).
Now it works.

Thank you.

Marco Borm wrote:

> Hi Alexander,
> 
> If you checked all dependencies and this isn't the problem:
> Maybe you don't have enough space in your process slot. Try the same on
> a Windows Mobile 6.1 (emulator or not) which has a extra slot for large
> dlls.
> 
> Marco
> 
> Tumarov Alexander wrote:
>> Hi everybody.
>>
>> May be I am facing "known problem..." but I do not succeed in finding a
>> way to solve it.
>>
>> I have Visual Studio 2005 + Pocket PC SDK.
>> Unpacked qt 4.5 embedded-wince (open source). Compilation went fine
>> (shared, debug and release versions).
>> When I am trying to run examples without webkit - everything I tried so
>> far was successfully deployed to emulator and run. When I try to run
>> anything with webkit inside I get all the time the same error like(on
>> emulator) : Unable to start program
>> '%CSIDL_PROGRAM_FILES%\wktest\wktest.exe\/ An error occured that usually
>> indicates a coruupt installation (code 0x8007007e). If the problem
>> persist...
>>
>> When I try to run program on device itself I get this:
>> "The file 'wktest' cannot be opened. Either it is not signed with a
>> trusted certificate, or one of its components cannot be found. You might
>> need to reinstall or restore this file.
>>
>> Is there anything that can be done to solve this?
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>>




More information about the Qt-interest-old mailing list