PS - In answer to your comment "But there is no breakpoint anywhere in my code!"
Have a look at the article in MSDN titled
"Using Macros for Verification and Reporting"
_CrtDbgBreak() is an MS routine and acts as an in-code breakpoint. Its used by the _ASSERT and _ASSERTE macros to break...
Hi,
I've encountered an error on the same line, and have found the cause but no MS-supported fix. I'll reiterate here what I found in case its of use to you... First of all, does your code do a high number of memory allocations?
Basically in debug builds "lRequest" is the number of memory...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.