Click to See Complete Forum and Search --> : Dibs


David Swigger
April 5th, 1999, 02:02 AM
Does a raw dib in memory take up GDI resources?
Example: the CDib class available on this site..
Im talking about a true DIB not a DDB...

Regards

David


Please don't tell me it's impossible. That just means I have to proove it...

April 5th, 1999, 03:11 PM
Since the memory to store the DIB bits are usually allocated using GlobalAlloc,
the answer is no, GDI resources are not used. User memory is another story...

Regards,

Paul