[Qt-wince-interest] Error while executing qt on winCE

Maurice Kalinowski mkalinow at trolltech.com
Mon Jun 16 14:01:34 CEST 2008


Saravanan Ponnuswamy wrote:
> /Load module: ole32.dll
> Load module: commctrl.dll
> Load module: shcore.dll
> Load module: ceshell.dll
> ERROR: function @ Ordinal 8375750 missing in Module 'ole32.dll'
> !!! Please Check your SYSGEN variable !!!
> Lib: QtGuid4.dll
> QtGuid4.dll : Could not be loaded
>  : Could not be loaded
> Unload module: ole32.dll
> Unload module: commctrl.dll
> Unload module: shcore.dll
> Unload module: ceshell.dll
> The program '[e32632e] t1.exe' has exited with code 0 (0x0).
>
> /
Considering that the ole part seems to be responsible for Qt 
applications not starting on your device, here is a configuration which 
disables the code paths in Qt which use OLE internally.
configure -platform win32-msvc2005 -xplatform 
wince50standard-armv4i-msvc2005 -D QT_NO_CURSOR -D QT_NO_DRAGANDDROP -D 
QT_NO_CLIPBOARD -D QT_NO_ACCESSIBILITY -D QT_NO_SESSIONMANAGER

Could you please try, if an application starts after a whole recompilation?

Also is it possible for you to parse through your SDK and check, if the 
ordinal number is defined in one of the .lib's of your SDK.


Best Regards,

Maurice Kalinowski




More information about the Qt-wince-interest mailing list