[Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

Till Oliver Knoll till.oliver.knoll at gmail.com
Thu Jun 14 08:13:56 CEST 2012



Am 14.06.2012 um 01:52 schrieb Josiah Bryan <josiahbryan at gmail.com>:

> ...
> I'll double-check globals, but a stack trace is really what's needed
> here anyway - debugger just says "Application exited with exit code
> exit-code="03"" (Yes, I googled that - no, the only three results I
> found did not help.)

What compiler do you use? The MS Visual Studio compiler? If so, double check that you link against the proper C runtime libraries: debug vs release, single vs multithread support. Any mix can lead to spurious problems you have described. (Just a first rough guess)

Cheers,
  Oliver


More information about the Interest mailing list