Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. mingw32
    Log in to post

    • UNSOLVED MinGW versions
      Tools • mingw32 mingw64 mingw version mingw macro • • koahnig  

      3
      0
      Votes
      3
      Posts
      818
      Views

      @raven-worx Thanks for reply. Certainly this is a possible explanation, but that would make the actual code behind it rather old. Or the whole timeline discussion does make sense with those compilers. Also the macro states MINGW_VERSION and not GCC_VERSION.
    • UNSOLVED MinGW 5.11.2 install with empty dll files
      Installation and Deployment • installation mingw32 5.11.2 • • mediendynamik.de  

      1
      0
      Votes
      1
      Posts
      322
      Views

      No one has replied

    • UNSOLVED Slow Debugger
      General and Desktop • debugger mingw32 • • nekkceb  

      10
      0
      Votes
      10
      Posts
      1757
      Views

      @jsulm It seems to be fixed, but I am not sure what did it. I performed a complete sweep for viruses an malware, nothing major found. Then switched to Win10 (I go back and forth between win8 and win10), and for a while my app would not even start, with a error 0xc0000139. Did a search for that error on the web, not much help. Used depends.exe to see what DLLs were getting loaded, but found out that is a dead project, not applicable to win10. Updated a third party app I link into. Then win10 decided to do an update, which fixed the 0xc0000139 error. I cleaned up some logging events, and that improved the slow startup issue, but I cant believe that was the entire fix. Given I did so much in no certain order, in the end I cant identify what did the trick!
    • UNSOLVED FlowLayout uses too much height
      General and Desktop • desktop mingw32 flow • • JoeAB  

      1
      0
      Votes
      1
      Posts
      346
      Views

      No one has replied

    • SOLVED A custom class, a copy constructor and a warning
      General and Desktop • compiler mingw32 copy warning • • J.Hilk  

      3
      0
      Votes
      3
      Posts
      1682
      Views

      @VRonin Well apparently it is oO. Wasn't ware of that one, I came by it when googled the warning, but gave it not much mind. Thank you!
    • SOLVED Link a library with Qt on windows
      Installation and Deployment • windows make lib mingw32 • • dridk2  

      7
      0
      Votes
      7
      Posts
      4051
      Views

      @dridk2 Great news! Happy coding. :)
    • UNSOLVED Qt 5.6 & mingw_49_32
      General and Desktop • qt 5.6 mingw32 • • Jedd  

      3
      0
      Votes
      3
      Posts
      955
      Views

      Apologies to Diamond Platypus, I must not have had this post flagged as watch. Anyway, I did add: QMAKE_CXXFLAGS += -static-libgcc -static-libstdc++ To my .pro file I still have missing dlls: libgcc_s_dw2-1.dll libwinpthread-1.dll libstdc++-6.dll
    • UNSOLVED Problems with starting of selfcompiled binary Qt5.5.1 on Windows 10 "Diese App kann auf dem PC nicht ausgeführt werden"
      General and Desktop • windows10 mingw32 problem qt5 starting binary • • F.Haferkorn  

      2
      0
      Votes
      2
      Posts
      1349
      Views

      Hi and welcome When you use the EXE outside of the compiler, it need to have some DLLS in order to run. (in the same folder as the exe) please see http://doc.qt.io/qt-5/deployment.html for short list http://www.bogotobogo.com/Qt/Qt5_Deploy_Windows_Plugins_Platforms_qwindows.php and for the best: http://www.tripleboot.org/?p=138 You can also use http://www.dependencywalker.com/ to cast some light one if you need other dlls.
    • SOLVED Trying to link with OpenSSL libraries in Windows
      General and Desktop • openssl mingw32 • • azarubkin  

      6
      0
      Votes
      6
      Posts
      9143
      Views

      @Leonardo said: Linkage is done from right to left. Maybe you're adding your static library after openssl. Put it before. Yes, you're right. Moving static library after openssl solved my issue.
    • UNSOLVED Qt 5.5.0 static build fail on command mingw32-make install
      General and Desktop • error build static mingw32 x64 • • 0x1337  

      3
      0
      Votes
      3
      Posts
      1864
      Views

      Hi, Do you mean that if you build with MinGW-32 it's all working fine but not with MinGW-64 ?
    • BOOST link problem related to the migration of Qt4 to Qt5 using MinGW on Windows
      General and Desktop • qt5.5 desktop linker errors mingw32 windows7 boost migration • • Claude  

      11
      0
      Votes
      11
      Posts
      5155
      Views

      For b, check whether the library has other dependencies. You might be missing one.
    • qca how to generate dll's needed for project
      General and Desktop • cmake mingw32 qca qt 5.3.1 • • ketjow  

      2
      0
      Votes
      2
      Posts
      1938
      Views

      Hi, One fast way to build QCA with your Qt version is to build QCA using Qt Creator, you'll have everything setup correctly. If you want the features using OpenSSL you also need to install OpenSSL first. Hope it helps
    • [SOLVED]This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
      General and Desktop • qt 5.5 mingw32 • • Ratzz  

      3
      0
      Votes
      3
      Posts
      6337
      Views

      @SGaist Thanks for the reply . I just noticed that i mixed dlls . I used windeployqt as you mentioned and i found all the dependencies . additionally i added these Dlls. libgcc_s_dw2-1.dll libstdc++-6.dll libwinpthread-1.dll
    • Error encountered while doing a static build of a Qt application
      General and Desktop • static build mingw32 5.2.1 • • Connie  

      2
      0
      Votes
      2
      Posts
      1021
      Views

      I have a similar issue as well. some error while compiling. although instead of undefined reference to i am getting something like deprecated function. No idea whats the problem. Thanks Scot V Development Team Fastest Web Browser