Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

nonportable pointer conversion ??

2 views
Skip to first unread message

Dominique Vocat

unread,
Jan 1, 2005, 2:38:06 PM1/1/05
to
um, i somehow manageg to make it impossible to compile this snippet of
code... :-(

"
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:\>

0 new messages