THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/12/2012 at 02:03, xxxxxxxx wrote:
Thanks Steve,
I've just tried doing that, but without adding it to the dgb (DescriptionGetBitmap) part it doesn't seem to want to show. It compiles though.
How do I add this to the dgb? I can't seem to use
dgb->bmp = Bitmap.Release()?
WP.
Update: I've just autoallocated another Bitmap and tried cloning the bitmap. This compiles and doesn't crash, but I only get a black bitmap in the tag display, whereas the pictureviewer shows the right image. The pictureviewer is being sent the GeClipMap, so something doesn't seem to be clicking between the BaseBitmap and the GeClipMap.