Results 1 to 2 of 2

Thread: Problem with qextserialport for Qt 4.5.2 for windows

  1. #1

    Unhappy Problem with qextserialport for Qt 4.5.2 for windows

    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.

  2. #2
    Join Date
    Aug 2009
    Posts
    50
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem with qextserialport for Qt 4.5.2 for windows

    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.

Similar Threads

  1. qextserialport BAUDRATE problem
    By dheeraj in forum Qt Programming
    Replies: 6
    Last Post: 19th March 2009, 19:29
  2. Problem with QExtSerialPort and a usb modem
    By Althor in forum Qt Programming
    Replies: 4
    Last Post: 31st October 2008, 12:02
  3. Replies: 7
    Last Post: 29th August 2008, 10:24
  4. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  5. Problem in QExtserialport program.
    By dheeraj in forum Qt Programming
    Replies: 5
    Last Post: 31st May 2008, 10:24

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.