Results 1 to 3 of 3

Thread: Linker error... What am i doing wrong?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3
    Thanked 127 Times in 126 Posts

    Default Re: Linker error... What am i doing wrong?

    the unresolved symbols might be because of the prior warnings.

    looking here, they suggest some qmake compiler flags to try - HTH!
    http://qt-project.org/forums/viewthread/15938,
    You can add following line to your .pro file.
    QMAKE_CFLAGS += /Gz
    QMAKE_CXXFLAGS += /Gz
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

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

    hickscorp (22nd April 2012)

Similar Threads

  1. Linker error with .obj
    By Wasabi in forum Newbie
    Replies: 0
    Last Post: 3rd August 2011, 17:49
  2. linker error when installing 4.7.1
    By ajax in forum Installation and Deployment
    Replies: 7
    Last Post: 23rd February 2011, 17:50
  3. Linker error
    By Tavit in forum Qt Programming
    Replies: 1
    Last Post: 14th July 2008, 15:30
  4. Linker error
    By alfblt16 in forum Qt Programming
    Replies: 2
    Last Post: 28th September 2006, 10:20
  5. Linker Error
    By ankurjain in forum Qt Programming
    Replies: 2
    Last Post: 5th April 2006, 06: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.