Board index » cppbuilder » Image Manipulation Issue
borland
![]() CBuilder Developer |
Image Manipulation Issue2006-10-07 10:04:38 PM cppbuilder46 I have a superclass that sets up an image array (i call it PixelData) from a bitmap and allows you to copy to that image array. (i.e. copy to the orinal bitmap). I then have a base class that extends this superclass and I have access to my Pixeldata array. In this base class I do some image manipulation and copy the results to PixelData which is then copied to the Bitmap. The problem i get however is that the results dont get save to the orinal bitmap from the base class, but they do get saved if I perform the manipulation in the superclass. Im sure that i am getting a copy of my pixeldata in my base class and all manipulation. And when I finally close my program i get a EInvalidPointer reference error, can anyone please help me. I would post the code but it is simply too long to read. Regards Michael |