void* images
borland BGI uses void* as images, at least in the documentation ive seen, does anyone know the actual data type?
thanks, nick
May 21, 2001 03:21 PM
I think it depends on the color depth. If you''re pointing to an
8-bit color image, it would bechar * . If you''re
pointing to a 32-bit color image it would bedword * .
Wheredword * is typedef unsigned int dword .
8-bit color image, it would be
pointing to a 32-bit color image it would be
Where
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement