Results 1 to 17 of 17

Thread: QextSerialPort - very strange problem with runtime

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2011
    Posts
    86
    Qt products
    Qt4 Qt5
    Platforms
    Windows
    Thanks
    4
    Thanked 4 Times in 4 Posts

    Default QextSerialPort - very strange problem with runtime

    I've used this library before and didn't have such a problem. I did the same things as always.
    After adding line which opens COM port: port->open(QIODevice::ReadWrite)
    my program can be compiled but i get this message

    Clipboard02.jpg

    I use dynamic linking, i.e.

    in my pro file have this:
    LIBS += -lqextserialport1
    in my sources include header file from library and in build directory have .dll.

    Spend over 5h and can't understand why it happens. When i wrote simple, testing app everything works. Maybe there is a conflict because of using dynamic linked Qwt and QExt?

    My compilator is MinGw-gcc4.4.0, Qt4.8 on Windows 7

    I can add that i use version 1.2 of QextSerialPort, creating QextSerialPort object on heap doesn't make any runtime problem, just opening is not working. All libraries was compiled in MinGw in Qt4.8
    Last edited by code_err; 7th February 2012 at 22:36.

Similar Threads

  1. Strange Problem in Runtime
    By nightroad in forum Newbie
    Replies: 1
    Last Post: 13th October 2010, 11:37
  2. Replies: 8
    Last Post: 23rd June 2010, 22:26
  3. qextserialport problem
    By cae in forum Qt Programming
    Replies: 4
    Last Post: 19th May 2010, 10:48
  4. Problem with QExtSerialPort and a usb modem
    By Althor in forum Qt Programming
    Replies: 4
    Last Post: 31st October 2008, 12:02
  5. Problem in QExtserialport program.
    By dheeraj in forum Qt Programming
    Replies: 5
    Last Post: 31st May 2008, 10:24

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
  •  
Qt is a trademark of The Qt Company.