Hi

> BITMPINFO * pbmi = static_cast< BITMAPINFO * >  (operator new(
> sizeof(BITMAPINFO) + (sizeof(RGBQUAD) * 8 ));
> 
> I use operator new( ) and operator delete( ) in such cases where I'm
> allocating raw bytes of memory (not an object, etc.)

See! I told you he'd know. ;-)

Regards
Paul

Paul Grenyer
Email: [EMAIL PROTECTED]
Web: http://www.paulgrenyer.co.uk

Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn?



Reply via email to