Dr A Olowofoyeku wrote:
On 18 Apr 2000, at 16:19, Peter Gerwinski wrote:
Mariusz Zynel wrote:
$ gpc -s --borland-pascal -DGPC -DSOLARIS --unit-path=../obj -o accom accom.dpr
$ gpc -s --delphi -DGPC -DSOLARIS --unit-path=../obj -o accom -x pascal accom.dpr
GPC does not automatically recognize the suffix `.dpr' for Pascal. [...]
Any plans to support this (perhaps in Delphi mode)?
OK, it will be in the next release (in any mode, don't think this should cause problems) as well as `.pp'. Hmm, perhaps we should invent 3 or 4 extensions of our own, seems like every Pascal compiler has to use different extensions... ;-)
Frank: Delphi supports 'AssignFile' and 'CloseFile' (as synonyms for 'Assign' and 'Close'). Can we support these (again perhaps in Delphi mode)?
They are already there (in the GPC unit). Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
On 19 Apr 2000, at 0:32, Frank Heckenbach wrote: [...]
GPC does not automatically recognize the suffix `.dpr' for Pascal. [...]
Any plans to support this (perhaps in Delphi mode)?
OK, it will be in the next release (in any mode, don't think this should cause problems) as well as `.pp'. Hmm, perhaps we should invent 3 or 4 extensions of our own, seems like every Pascal compiler has to use different extensions... ;-)
Yes. IIRC some use '.p'. So, if we support '.pas', '.dpr', '.pp', and '.p', I think we would have covered all eventualities ;)
Frank: Delphi supports 'AssignFile' and 'CloseFile' (as synonyms for 'Assign' and 'Close'). Can we support these (again perhaps in Delphi mode)?
They are already there (in the GPC unit).
Ok - I guess I should have looked there first (I was expecting it to be built in, like 'Assign' and 'Close' - but I suppose that the GPC unit is fine as well). Best regards, The Chief ----- Dr Abimbola A Olowofoyeku (The African Chief) Email: African_Chief@bigfoot.com Author of Chief's Installer Pro v5.22 for Win32 http://www.bigfoot.com/~African_Chief/chief32.htm
Dr A Olowofoyeku wrote:
OK, it will be in the next release (in any mode, don't think this should cause problems) as well as `.pp'. Hmm, perhaps we should invent 3 or 4 extensions of our own, seems like every Pascal compiler has to use different extensions... ;-)
Yes. IIRC some use '.p'. So, if we support '.pas', '.dpr', '.pp', and '.p', I think we would have covered all eventualities ;)
UCSD Pascal uses `.text', and VMS uses `.pascal'. Both is case-insensitive. Anyway I think that the above is more than enough. :-] Peter
Hello again, I wrote:
UCSD Pascal uses `.text', and VMS uses `.pascal'.
Sorry - I meant CMS. I am not familiar with VMS. #-) Peter -- http://home.pages.de/~Peter.Gerwinski/ - G-N-U GmbH: http://www.g-n-u.de Maintainer GNU Pascal - http://home.pages.de/~GNU-Pascal/ - gpc-19990118 GnuPG key fingerprint: 9E7C 0FC4 8A62 5536 1730 A932 9834 65DB 2143 9422 keys: ftp://ftp.gerwinski.de/pub/keys/ - AntiSpam: http://spam.abuse.net
19-Apr-00 12:21 you wrote:
Dr A Olowofoyeku wrote:
OK, it will be in the next release (in any mode, don't think this should cause problems) as well as `.pp'. Hmm, perhaps we should invent 3 or 4 extensions of our own, seems like every Pascal compiler has to use different extensions... ;-)
Yes. IIRC some use '.p'. So, if we support '.pas', '.dpr', '.pp', and '.p', I think we would have covered all eventualities ;)
UCSD Pascal uses `.text', and VMS uses `.pascal'. Both is case-insensitive.
Anyway I think that the above is more than enough. :-]
We can add .pascal (jut for fun) but .text does not look very pascalish ...
participants (4)
-
Dr A Olowofoyeku -
Frank Heckenbach -
Khimenko Victor -
Peter Gerwinski