Debugger exited.... with code 0xc0000135

CodeLite installation/troubleshooting forum
codemonster
CodeLite Enthusiast
Posts: 31
Joined: Tue Feb 26, 2019 12:50 am
Genuine User: Yes
IDE Question: C++
Contact:

Debugger exited.... with code 0xc0000135

Post 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
codemonster
CodeLite Enthusiast
Posts: 31
Joined: Tue Feb 26, 2019 12:50 am
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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.
Make sure you have read the HOW TO POST thread
Post Reply