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