PDA

View Full Version : Problem with qextserialport for Qt 4.5.2 for windows



viniciuscst
9th November 2009, 20:41
Hello there,

I'm having problem with qtextserial I can't use it with Qt 4.5.2 for Windows, someone has a how to or have any idea?

The error reads as follows "This application has failed to start because QtCore4.dll was not found. Any idea on how to solve this error.

Thank you.

Eos Pengwern
9th November 2009, 21:01
All Qt applications require access to the QtCore4.dll library (or QtCored4.dll if you've compiled in Debug mode) in order to run.

The quickest and easiest way to deal with this is to copy the file QtCore4.dll from wherever Qt has put it (probably c:\Qt\4.5.2\qt\bin) into whichever directory your executable has been compiled to. Alternatively, you could set up your system path to include the directory where QtCore4.dll normally resides.