"
LegosComplex *lc;
lc->LC_vmfh = pself->tempVMFile;
lc->LC_chain = VMCHAIN_MAKE_FROM_VM_BLOCK(pself->bmpBlock);
lc->LC_format = CIF_BITMAP;
value->CD_type = TYPE_COMPLEX;
value->CD_data.LD_complex = lc;
"
the last line complains about "nonportable pointer conversion"
can i be so stupid? is there a totaly obvious error somewhere??
i mean out of desperation i tried pretty much every combination like
moving the structure into the instance data etc etc... :-(
Dom
--
C:\>