Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error in Release Mode, when I try to start app without run in QtCreator, DLL problem

Error in Release Mode, when I try to start app without run in QtCreator, DLL problem

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 530 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dcbasso
    wrote on last edited by A Former User
    #1

    Hello,

    I'm using MinGW (mingw530_32) and I make my project compile in release mode. When I try to start the application I got this errors:

    The program can't start because libgcc_s_dw2-1.dll is missing from you computer. Try reinstalling the program to fix
    this problem.

    The program can't start because libstdc++-6.dll is missing from you computer. Try reinstalling the program to fix
    this problem.

    I copy the file to same folder that in trying to run the app and I got this:
    The program can't start because libwinpthread-1.dll is missing from you computer. Try reinstalling the program to fix
    this problem.

    I copy all files to folder and try again and got this:
    The procedure entry point Z21qRegisterResourceDataiPkhSO_SO could not be located in the dinamic link library C:\build\release\client.exe

    I really not sure how to fix it!
    I'm using:
    Windows 10 (64bits) with QtCreator 4.1 (Qt 5.7) and MinGW 5.3.0 32bits.
    How can I fix it?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dcbasso
      wrote on last edited by
      #2

      Auto-reply: I found how to fix it:

      Just copy all DLL files from here: "C:\Qt\Qt5.7.0\5.7\mingw53_32\bin", after that all work fine!

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved