The procedure entry point _ZSt28__ throw_bad_array_new_lengthv could not be located in the dynamic link library

Viewed 8

Does anyone know how to troubleshoot this error? enter image description here

I got this error after compiling my C++ project and trying to run the .exe file in cmd prompt. For some reason this works fine and the file executes normally on my laptop, but on my desktop I get this error.

I am using g++ compiler and gdb debugger on both devices.

0 Answers
Related