c++ - Can't start a Program because Qt5Cored.dll is missing -
i compiled simple qt 5 project successful in qt creator. when run within qt creator works. when transferred executable location produces following error message on cmd console;
the program can't start because qt5cored.dll missing computer. try reinstalling program fix program.
i tried find qt5cored.dll in qt5 directory not find. strange thing program runs qt creator. please. i'm on windows 7 64 bit using qt5 mingw
the file qt5cored.dll
exist on system, otherwise not work qt creator either. think it's windows search lets down. open cmd prompt , dir c:\qt5cored.dll /s
another note *d.dll
debug dll's, means distributing debug version of application. might want build release version distribution instead. (in case you'll need qt5core.dll
)
Comments
Post a Comment