Rick Engebretson wrote:
In the Gnu Pascal Manual { for GPC 20020510 ( GCC 2.95.x ) }, in the section 7.11.1 Importing Libraries from Other Languages, is a paragraph that reads
"Caution: This syntax ('C', 'asmname' and such) is subject to change."
This is the version GPC I use, and I've looked through some code. It is an important aspect of GPC that could be clarified.
Well, it has been clarified, in that the syntax has in fact changed since then. So if you want to write new external bindings, I highly suggest to use a newer GPC version, lest you'll have to rewrite it all later.
Frank