NO

Author Topic: fword in Pelles C  (Read 3532 times)

kaschei

  • Guest
fword in Pelles C
« on: August 05, 2009, 05:17:54 PM »
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