PDA

View Full Version : Incoherent error



qt_developer
1st March 2013, 18:01
Hi all,

I have installed in my PC Qt 5.0.1 and Qt 4.8.0.

I'm compiling a project with Qt 4.8.0, the .exe file is generated, but when I try to execute manually I get this error:

The program can't start because Qt5Cored.dll is missing from your computer. Try reinstalling the program to fix this problem.

If try to execute from the IDE I get the error "The program has unexpectedly finished." in the application output.

Is very weird. What's wrong?

Kind regards.

wysota
1st March 2013, 18:18
What is very weird? That you app doesn't start without required libraries or that it crashes?

qt_developer
1st March 2013, 18:26
It's weird because I've compiled the program with Qt 4.8.0 and the message when I try to execute manually is:

The program can't start because Qt5Cored.dll is missing from your computer. Try reinstalling the program to fix this problem.

My program does not start if I execute it manually. If I run from Qt Creator IDE I get the error "The program has unexpectedly finished." in the application output.

wysota
1st March 2013, 20:46
It's weird because I've compiled the program with Qt 4.8.0
How did you verify that?