Results 1 to 4 of 4

Thread: Thoughts on building Qt and QtCreator on Windows using MinGW

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default Re: Thoughts on building Qt and QtCreator on Windows using MinGW

    hey Andy.
    I'm trying to compile QTcreator with mingw,
    when finish, if I run my Qtcreator ia have the next msg:
    'there is not
    found entry point to procedure _Z17qt_message_output9QtMsgTypePKc at
    QTCore4.dll'
    Must I to recompile also QT with mingw?
    I would be grateful if you tell us how you has get it
    Thanks

  2. #2
    Join Date
    Feb 2009
    Posts
    33
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 7 Times in 4 Posts

    Default Re: Thoughts on building Qt and QtCreator on Windows using MinGW

    There are many things that can go wrong when compiling QtCreator (especially on Windows), so I'm not sure exactly what issues you're having. My best guess is it sounds like the QtCore4.dll QtCreator is trying to use at runtime is not compatible with the QtCore4 library being used at link-time, but I'm not sure. Maybe there is an older version of QtCore4.dll on your PATH?

    Cheers,
    ~ andy.f

Similar Threads

  1. Compile Qtcreator with mingw ?
    By tonnot in forum Installation and Deployment
    Replies: 13
    Last Post: 3rd November 2010, 22:00
  2. Replies: 15
    Last Post: 24th October 2010, 15:29
  3. Building VTK with QTCreator
    By floyd.pepper in forum Newbie
    Replies: 1
    Last Post: 17th August 2009, 08:42
  4. using GLUT along with qtcreator/mingw in windows
    By stephanepoirier in forum Qt Programming
    Replies: 1
    Last Post: 3rd March 2009, 05:26
  5. Failure when building QT on Windows with MinGW
    By sharon in forum Installation and Deployment
    Replies: 2
    Last Post: 23rd August 2007, 13:38

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.