Cannot find libgcc_s_seh-1.dll after windeployqt
Solved
General and Desktop
-
Hi, ok a 32-bit version of libgcc_s_seh-1.dll should exist somewhere on your PC since your program works fine when you start it in Qt Creator.
You can try downloading ListDLLs from Sysinternals, start your program in Qt Creator, open a CMD window and run listdlls in it.
In the list of DLLs should be the path to where the 32-bit version of ibgcc_s_seh-1.dll is on your PC. -
Hi, ok a 32-bit version of libgcc_s_seh-1.dll should exist somewhere on your PC since your program works fine when you start it in Qt Creator.
You can try downloading ListDLLs from Sysinternals, start your program in Qt Creator, open a CMD window and run listdlls in it.
In the list of DLLs should be the path to where the 32-bit version of ibgcc_s_seh-1.dll is on your PC.