Results 1 to 1 of 1

Thread: QT5 Link error

  1. #1
    Join Date
    Mar 2013
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default QT5 Link error

    Hi

    I recently migrate my QT 4.8.1 to QT 5.1, but when i am trying to run my application in QT5 i am getting link errors, but it is working fine with previous version, I am using QuaZip in my application

    I am attaching the error list

    link error1.jpg

    linkerror2.jpg


    but when I am building QuaZip using QT5 the error count is reduced but still Link errors are there
    this error list i am getting

    quaziplib.lib(zip.obj):-1: error: LNK2019: unresolved external symbol _deflate referenced in function _zipWriteInFileInZip

    quaziplib.lib(zip.obj):-1: error: LNK2019: unresolved external symbol _deflateEnd referenced in function _zipCloseFileInZipRaw

    quaziplib.lib(zip.obj):-1: error: LNK2019: unresolved external symbol _crc32 referenced in function _zipWriteInFileInZip

    quaziplib.lib(unzip.obj):-1: error: LNK2001: unresolved external symbol _crc32

    quaziplib.lib(zip.obj):-1: error: LNK2019: unresolved external symbol _deflateInit2_ referenced in function _zipOpenNewFileInZip3

    quaziplib.lib(zip.obj):-1: error: LNK2019: unresolved external symbol _get_crc_table referenced in function _zipOpenNewFileInZip3

    quaziplib.lib(unzip.obj):-1: error: LNK2001: unresolved external symbol _get_crc_table

    quaziplib.lib(unzip.obj):-1: error: LNK2019: unresolved external symbol _inflate referenced in function _unzReadCurrentFile

    quaziplib.lib(unzip.obj):-1: error: LNK2019: unresolved external symbol _inflateEnd referenced in function _unzCloseCurrentFile

    quaziplib.lib(unzip.obj):-1: error: LNK2019: unresolved external symbol _inflateInit2_ referenced in function _unzOpenCurrentFile3

    I am sorry for my poor english.
    Please help me.
    thanks.
    Attached Images Attached Images

Similar Threads

  1. DSO link error in qt 5
    By wxf04125 in forum Qt Programming
    Replies: 0
    Last Post: 2nd June 2013, 18:55
  2. moc link error
    By Zalwou06 in forum Qt Programming
    Replies: 3
    Last Post: 13th September 2012, 03:03
  3. Replies: 11
    Last Post: 5th May 2011, 14:05
  4. Link error
    By emrares in forum Qt Programming
    Replies: 1
    Last Post: 12th November 2010, 13:45
  5. moc link error
    By user_mail07 in forum Qt Programming
    Replies: 3
    Last Post: 3rd July 2007, 19:30

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.