Dear Forum, I have created a PalmOS( 3.1 SDK) application to display bitmap images on 160x160 screen. I programmatically generate my own in memory bitmaps by filling the BitmapType struct and Bitmap bits in memory. I would like to make my application compatible for Palm 5.0. However, my project does not compile using the PalmOS ( 5.0 SDK ). I am getting the following error: BitmapType bmpType; //Error: illegal use of incomplete //struct/union/union/class 'struct BitmapType'
I have tried to use this #define DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS on top of my code but I am still getting the same error. Is it possible to use BitmapType variable in PalmOS 5.0? I am aware of the bitmap API's like BmpCreate()..., however they are only available in PalmOS 3.5 and my application is for 3.1. Is there are way around this? Please advise Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
