Results 1 to 4 of 4

Thread: QLibrary, problem with using external dll, in release

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Nov 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QLibrary, problem with using external dll, in release

    Full error message:
    The instruction at "0x488b386f" referenced memory at "0x00000001". The memory could not be "read".

    And note that you can not use just any library this way.
    But, in debug mode everything work!!!This means that i can use this library in that way.

    The correct way to use this library is to link to it and include the header files.
    How? Simply, add path to library into project file and include header file? But i dont have lib.a file.... this is not my lib, i'm only have lib.dll and function signature.
    Last edited by Jeddite; 11th November 2010 at 20:48.

Similar Threads

  1. Debug / Release Problem
    By messifanboy in forum Newbie
    Replies: 8
    Last Post: 7th October 2009, 16:23
  2. QLibrary resolve problem
    By Nippler in forum Qt Programming
    Replies: 0
    Last Post: 4th December 2008, 15:37
  3. External Lib read from QBuffer on Calback problem
    By patrik08 in forum Qt Programming
    Replies: 2
    Last Post: 2nd June 2008, 19:43
  4. The problem with QLibrary, help me!
    By dungsivn in forum Qt Programming
    Replies: 4
    Last Post: 17th January 2008, 14:03
  5. Problem with Release version
    By jlbrd in forum Installation and Deployment
    Replies: 7
    Last Post: 30th March 2006, 19:45

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.