User forums > Help

libgcc_s_seh-1.dll

(1/1)

DanShelley:
I installed codeblocks 25.03 on my windows 10 64bit machine.
I made a test project and it runs find to show   hello world.
When I use explore  D:\C_Plus\test\bin\Debug\test.exe and double click
I get this error message cannot find  libgcc_s_seh-1.dll

I think path must not be correct.
Any ideas?

everSome:
I addition to libgcc_s_seh-1.dll, many(all?) g++ compiled programs also bind to libstdc++-6.dll.
You can also just copy them from wherever g++ is located into your D:\C_Plus\test\bin\Debug directory.

gd_on:
You can also add the path to this libgcc_s_seh-1.dll, and many other dll in the bin sub folder of your compiler, to your PATH variable, the system one if you are admin or simply the user one.

Navigation

[0] Message Index

Go to full version