Results 1 to 16 of 16

Thread: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

  1. #1
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Question Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    hi
    i downloaded and installed qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB). I use netbeans and my project complied. But then the following error comes:

    libgcc_s_dw2-1.dll not found.

    does anybody know what im doing wrong?

  2. #2
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    I've never used netbeans with Qt, but are you sure about compiler? I mean that did your netbeans compile your project with mingw?

  3. #3
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    yes it compiles with mingw. But actually i could also move to ms visual express. Is that possible with the Qt 5? There is not addon for express.

  4. #4
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    Why don't u use QtCreator?!

  5. #5
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    hm i never used this...is it possible to just use qtcreator to make a c++ application. With Opencv by the way?

  6. #6
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    of course

  7. #7
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    well thanks for your tipps

    i think thats the best way to go with qt.

  8. #8
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    That's right. Starting with QtCreator is the best way to work with Qt

  9. #9
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    Now I have the same problem in qtCenter... libgcc_s_dw2-1.dll is missing. how can I fix this?
    Last edited by rouge; 25th February 2013 at 10:26.

  10. #10
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    add path of mingw32 bin folder into environment variables. see if this resolves the issue?

  11. #11
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    I already added...but I can't find the libgcc_s_dw2-1.dll in the subdirectories...

  12. #12
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    I've installed Qt 5.0.1 for windows 32-bit (MinGW 4.7) but neither I've that error nor the dll's that you've mentioned it! This dll seems to belonged to MinGW 4.6.2. I've this version and in bin folder of this mingw i've found your missing dll!!! download this version of mingw (4.6.2) and see if issue resolves

  13. #13
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    Ok i will try this...but why its use this dll?

  14. #14
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    I don't know if it use it at all!!

  15. #15
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    Not it seems to work ... there was an old mingw in the path variable
    Last edited by rouge; 25th February 2013 at 15:40.

  16. #16
    Join Date
    May 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)

    just for info.. with the depencywalker i found out that my opencv library used that .dll...i just have to renew opencv too

Similar Threads

  1. Windows 7 + Qt + mingw 64-bit
    By serge_malo in forum Newbie
    Replies: 0
    Last Post: 30th September 2010, 12:59
  2. Replies: 8
    Last Post: 19th January 2010, 12:50
  3. How do I use MinGW Compiler in Windows
    By Walsi in forum General Discussion
    Replies: 3
    Last Post: 11th May 2007, 08:50
  4. QT 4.2.2 Windows Mingw
    By KaptainKarl in forum Installation and Deployment
    Replies: 3
    Last Post: 4th May 2007, 14:57
  5. qt and mingw can not run on windows 98?
    By evewei in forum Installation and Deployment
    Replies: 4
    Last Post: 26th June 2006, 09:22

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.