Hi ,

I'm implementing a Variant and declaring  a self referential structure in
CodeWarrior as below
I'm facing the following error ,pl help !



//struct Variant;

struct  Variant
{
    Uint8 vt;
    char stringVal[256];
    UInt8  byteVal;
    UInt8 *byteArray;
    Boolean boolVal;
    UInt32 intVal;
    struct tagVARIANT  varVal;   <<----ERROR :  Illegal Use of Incomplete
Struct/Union/Class  Variant
};



Thanx in advance,
                Dinesh.



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

Reply via email to