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

Marco Borm qt-lists at retrodesignfan.eu
Sat Mar 21 23:23:34 CET 2009


Tumarov Alexander wrote:
> I believe that it is not dependance (although I do not know how to check it
> on mobile platform - in general  - deployment by VS itself seems to do it
> right way).
>   
CE executables are also PE files, so you can check this using the same 
tools you use for desktop apps:
http://www.dependencywalker.com/

Of course not directly on the device.

> The biggest DLL is the webkit - 7.7 Mb.
Last time I compiled Qt for Mobile as shared the gui-dll had 12MB...

>  May be this is an issue. I do not
> know about process slots... I will try to find it out (may be you have some
> good URLs explaining what's this).
>   
to read:
http://bolingconsulting.com/blog/?p=4
http://msdn.microsoft.com/en-us/library/ms836325.aspx

to play with:
http://www.codeproject.com/KB/mobile/VirtualMemory.aspx

> Anyway - I want to make a deployment on WM5 - so later versions are not an
> option even...
>   
This was only a hint for a test.


Good luck!
Marco
> Thank you for your reply.
> Alexander Tumarov.
>
>
> 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
>>>
>>>
>>>       
>
> _______________________________________________
> 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