fword in Pelles C

Started by kaschei, August 05, 2009, 05:17:54 PM

Previous topic - Next topic

kaschei

Hi to all. I have this code

__asm call fword ptr [farcall]

and it generate error #2147: Undefined label 'fword'.

This code work fine with other compilers so my question is how to call this function when there is not exist fword ?

Thanks in advance