My program gives this error under gdb: During startup program exited with code 0xc0000135. I’ve put a breakpoint at main, __main, __getmainargs, _imp____getmainargs, and mainCRTStartup but none of them get hit before the error is thrown. I did a little googling and found that the error comes from a failed LoadLibrary call (which obviously, I didnt call).
So my question is how do I determine what library it is trying to load?
Double click the
exeand an exception should be triggered, which shows the missing library.