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

RE: Problems on Win Vista

Subject: RE: Problems on Win Vista
From: "Jaime Fernandez"
Date: Thu, 27 Sep 2007 18:18:57 +0200
Have you installed vcredist_x86.exe or vcredist_x86-sp1.exe on the target
computer (vcredist_x86.exe if you haven't apply the SP1 for VS2005,
vcredist_x86-sp1.exe otherwise) ?

-----Message d'origine-----
De : RZ [mailto:rz@xxxxxxxxxxxx] 
Envoyé : jeudi 27 septembre 2007 17:43
À : qt-interest@xxxxxxxxxxxxx
Objet : Problems on Win Vista

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/


--
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>