cant open the exe file

i cant open the exe file in the folder. It says System error and " The code execution cannot proceed because libgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem.
Find where you have your gcc.exe/g++.exe installed (for example, C:/mingw/bin). In that folder, that DLL should exist. Copy the DLL to the same folder as your exe.

There might be one or two other DLLs you need.

_________________________

Alternatively, you can statically link the runtime needed, see:
http://www.cplusplus.com/forum/beginner/274985/
Last edited on
Thank you very much, it works now. :D
set the path works too. add the folder where the dlls you need live to your windows path, either forever or just per session with a batch file.
Topic archived. No new replies allowed.