HI
> Max wrote: > > BITMAPINFO * pBmi = 0; > > pBmi = (BITMAPINFO*) new BYTE [ sizeof (BITMAPINFO) + (sizeof (RGBQUAD) * > > 8)) ]; > > Ok, and is there a replacement for 'realloc'? Case in point: > No. You have to allocate more memory - copy the data across then delete the original memory, Max _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
