Results 1 to 2 of 2

Thread: LNK1107: Invalid or damaged file: reading at 0x2E0 not possible

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,233
    Thanks
    303
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: LNK1107: Invalid or damaged file: reading at 0x2E0 not possible

    Please do not double post. You already have one thread going on this issue. Make your additional comments there.

    Line 7 of your .pro file: You cannot link to a DLL, you can only link to static libraries or export libraries created for a DLL. (.lib files).
    Last edited by d_stranz; 2nd April 2021 at 16:53.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  2. The following user says thank you to d_stranz for this useful post:

    tim5 (3rd April 2021)

Similar Threads

  1. Replies: 3
    Last Post: 19th January 2016, 09:57
  2. Replies: 5
    Last Post: 27th August 2015, 11:05
  3. HTTPS request returns damaged HTML body
    By ljuhrich in forum Qt Programming
    Replies: 6
    Last Post: 2nd June 2013, 08:37
  4. Replies: 3
    Last Post: 19th October 2011, 13:08
  5. Check for invalid file name in QFileDialog
    By darren in forum Qt Programming
    Replies: 2
    Last Post: 7th November 2008, 14:43

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.