Hi,

I have built Qt 4.4 for Windows mobile 6 professional. I'm trying to run the
the provided examples but they fail to run.

I tried following simple hello world, but still no luck.


My program looks like following -

#include <QApplication>
#include <QLabel>

int main(int argc, char *argv[])
{
    QApplication app(argc,argv);
    QLabel label("Hello there !!!");
    label.show();
    app.exec();
    return 0;
}

The error dialog comes up when I start post successful deployment, it says -
<---

"Unable to start program '%CSIDL_PROGRAM_FILES%\hello\hello.exe'.

An error occured that usually indicates a corrupt installation(code
0x8007007e)...."

-->


I'm using windows mobile 6 professional emulator.

Thanks
- Paresh
_______________________________________________
Qtce-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback

Reply via email to