Advertisement

void* images

Started by May 21, 2001 02:59 PM
0 comments, last by EvilCrap 23 years, 8 months ago
borland BGI uses void* as images, at least in the documentation ive seen, does anyone know the actual data type? thanks, nick
I think it depends on the color depth. If you''re pointing to an
8-bit color image, it would be char *. If you''re
pointing to a 32-bit color image it would be dword *.
Where dword * is typedef unsigned int dword.

This topic is closed to new replies.

Advertisement