Page 1 of 1

Debugger exited.... with code 0xc0000135

Posted: Sun Sep 08, 2019 9:53 pm
by codemonster
Hello,
can someone help me with this error (Debugger exited.... with code 0xc0000135). Releasing and running ok but Debugging with program abort.
Do you need some additional setting informations? I think I have this problem since update Windows 1903 (but I'm not sure).

Thank you

Codelite 13.0.2 completly new installed
GDB, MinGW C++
Hello world - program

Re: Debugger exited.... with code 0xc0000135

Posted: Sun Sep 08, 2019 10:41 pm
by codemonster
libstdc++-6.dll and libgcc_s_dw2-1.dll copied to ...\build-Debug\bin and it worked.

Btw how can I link this two dll-Files into the exe that it is no need to provide in the Directory?

Thank you!

Re: Debugger exited.... with code 0xc0000135

Posted: Sun Sep 08, 2019 11:37 pm
by eranif
I am not sure its possible on Windows. There is an option to link with static libstd++ but I am not sure it works for gcc on Windows.