In response to palbano, to clarify some of the code:
PIXEL_COMPONENTS = 3 (I am reading an R, G, and B component from each pixel.
ScreenShot() is a wrapper function that for the moment is calling glReadPixels() directly with the same parameters.
......
I found out what the problem was, I had...
Hello,
I am getting a run-time debug error of the following type:
DAMAGE: after Normal block (#XXX) at 0xXXXXXXXX
It seems to be related to the KB article Q172398 - BUG: Debug Assertion When Assigning to STL string. However, I cannot use this fix as I am not using strings, but a buffer of...
Thanks sflam . . . it worked.
If anyone else wants to update their SDK header files, here is the link:
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
--zer0FX
I tried that, but to no avail. I get the same errors as before, namely:
'MONITORINFO' : undeclared identifier
...and so on (other related errors)
It will only compile if I put
#define WINVER 0x0500
but, that produces the note listed in my first post.
--zer0FX
Hello,
I am running Visual C++ with SP5 on Windows 2000 with SP3.
I need to access functionality that is defined when WINVER (windows version) is 0x0500. It is currently defined as 0x0400. I am able to override it by defining WINVER to be 0x0500 but the following note appears after...
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.