Windows Mobile & Qt app launching problem
-
hi,
i cross-compiled Qt app for Windows Mobile 5
and run it on VS2005 with WM CE SDK 5.0
,it works perfect on simulatorbut then when i deploy it on "JASJAR":http://www.gsmarena.com/i_mate_jasjar-1262.php (Intel PXA270,ROM 1.30.82WWE)
"cannot open <app_name>. A critical component i either missing or cannot tart because program memory is available. Tap Start>Setting>System>tab>Memory, stop programs that did not automatically stop, and try again"although the app has Qt dlls inside the installation folder,
and memory is has 27MB program memory FREEanyone faced this or know a solution
regards
-
Have you tried it on device before uploading to the server.
-
the error appears on the Device i-mate JASJAR
-
[quote author="MamdouhAlShamy" date="1292330833"]the error appears on the Device i-mate JASJAR[/quote]
Is it device specific then.
-
i dont know ,but i wanted to tell all info
-
There is very less chance that it could be a device specific issue. Check if any sample Qt application runs on the device.
-
it sometimes work and other times show this message
“cannot open <app_name>. A critical component i either missing or cannot tart because program memory is available. Tap Start>Setting>System>tab>Memory, stop programs that did not automatically stop, and try again” -
[quote author="MamdouhAlShamy" date="1292332606"]it sometimes work and other times show this message
“cannot open <app_name>. A critical component i either missing or cannot tart because program memory is available. Tap Start>Setting>System>tab>Memory, stop programs that did not automatically stop, and try again”[/quote]does the same happen with helloworld example too.
-
unfortunately YES
-
[quote author="MamdouhAlShamy" date="1292336841"]unfortunately YES[/quote]
Then probably you are missing something when packaging it. I dont have much idea about WM Qt. Hope someone more experienced responds to this thread.