I don't think the question you asked is probably what you really need, but just in case i'm wrong about that...
>> how can i read a BMP file into memory
The same way you read any other file into memory. Allocate the memory buffer, open the file for reading, copy the data from the file to the memory buffer.
-pete
[sub]I just can't seem to get back my IntelliSense[/sub]
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.