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)? Delphi recognises the extension as meaning that this is either a program or a DLL (and most certainly not a unit) - i.e., compile + link.
Frank: Delphi supports 'AssignFile' and 'CloseFile' (as synonyms for 'Assign' and 'Close'). Can we support these (again perhaps in Delphi mode)?
e.g., program foo; var f: file; begin AssignFile (f, 'foo.txt'); { blah, blah; } CloseFile (f); end.
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