Hello!
My compiler revokes the following line: procedure Sov(i: integer); external name 'Sov';
with: crttest.pas:12: parse error before `Name'
I have tried different switches to the gpc command without success!
Output from gpc --version: 20020910, based on gcc-2.95.4 20011002 (Debian prerelease)
Output from another computer with a different version, having the same result: 2.8.1
best regards /Anders Lindén
Anders Lindén a écrit:
Hello!
My compiler revokes the following line: procedure Sov(i: integer); external name 'Sov';
with: crttest.pas:12: parse error before `Name'
I have tried different switches to the gpc command without success!
Output from gpc --version: 20020910, based on gcc-2.95.4 20011002 (Debian prerelease)
Output from another computer with a different version, having the same result: 2.8.1
Too old. The syntax has changed on 20030323, and this is the new syntax
Maurice