qt-interest@trolltech.com
[Top] [All Lists]

Problems on Win Vista

Subject: Problems on Win Vista
From: RZ
Date: Thu, 27 Sep 2007 17:43:07 +0200
Hello,

might be off-topic but my problem is deploying a Qt (3.3.8 - but i guess that's not important here) application on Win Vista. Built with VS2005 (in Release mode) it runs fine on my development machine but not on XP or any other Vista PC.

The app is as simple as:
#include <qapplication.h>

int main(int argc, char ** argv)
{
    QApplication a(argc, argv);

    return a.exec();
}


I deploy the app.exe, qt-mt338.dll, libmySQL.dll (as Qt was built with mysql), msvcr80.dll and Microsoft.VC80.CRT.manifest.

The app doesn't really start cause i get the following error:
"The application could not be initialized properly."

Any ideas someone?

Thx,

RZ

--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>