I drew things in DC and wanted to create a comparatible bitmap as follows:
BOOL bSucced = bmp.CreateCompatibleBitmap(&dc, width, height);
But when I set the width and height more than 10,000 * 3,000 (I have special use for a so big bitmap) , the function returned false. Is the function has some limit for the dimension of the bitmap?