Howdy All,

Could I get any suggestions on how to save a Bitmap in a record along with
other string data. I DmWrite the bitmap at the end of the record. In the
program when I save the record and the global bitmap pointer has not yet
been initialized it works, but after the bitmap pointer is pointing at a
bitmap and I save the record I get the NULL Handle error.

My record structure is -

typedef struct
{
        char              ScanNum[1];
        BmpRsrcV2Type Sig;
} PackedData;

typedef struct
{
        const char *SerNum;
        const char *ACNum;
        const char *MNum;
        const char *Refurb;
        const char *Company;
        const char *Type;
        const char *TechN;
        const char *RDate;
        const char *IDate;
        const BmpRsrcV2Type* BitM;
} Data;

Thanks for any Help



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to