[fpc-pascal]"pascal;" modifier
Sebastian Schuberth
s.schuberth at gmx.net
Fri Nov 24 10:51:45 CET 2000
Hi guys!
I've tested the "pascal;" modifier and came across some strange behaviour
(bug?): The external Function I want to declare "pascal;" is embedded
into a unit. When I use "pascal;" only within the implementation part,
the compiler compalins that the function definitions do not match. But
when I use "pascal;" within the interface part, too, the compiler
claims "pascal;" is not allowd in interface parts.
BTW: When I use "cdecl;" (just for testing purpose) instead, it
compiles.
--
Sebastian Schuberth
More information about the fpc-pascal
mailing list