Question is simple, as in title: Why D3DXCreateTexture() sometimes fails with E_OUTOFMEMORY when running with Application Verifier? Without it - everything works fine. Well, almost, of course there's a reason I'm using App Verifier: I'm suspecting that there's a few heap corruption situations inside my code, but this error never happened running either in debug or release - only with App Verifier (then it happens in debug and in release). Dr. memory isn't too specific when it comes to it's results, and mainly points to 3rd party libraries (openssl, freefont, directx, etc), not to code I'm talking about. Do any of You have some idea, what is happening? Thanks in advance.
Asked
Active
Viewed 444 times