Mail Archives: djgpp/1997/09/20/23:32:35
| From: | "Javier Arriero País" <jap AT mundivia DOT es>
|
| Newsgroups: | comp.os.msdos.djgpp
|
| Subject: | Pascal compilar for DJGPP
|
| Date: | 20 Sep 1997 12:27:23 GMT
|
| Organization: | Unisource Espana NEWS SERVER
|
| Lines: | 18
|
| Message-ID: | <01bcb342$4d61cdc0$LocalHost@default>
|
| NNTP-Posting-Host: | 195.76.218.135
|
| To: | djgpp AT delorie DOT com
|
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
I tget some errors when I wanna compile programs in gpc.exe under RHIDE.
The program may be like this:
program Example(output);
uses crt;
type xxx=object
var1: string[10];
procedure proc1;
end;
var
obj: xxx;
b: byte;
end;
begin
...
end.
if I write "uses <unit>", I get a "pharse error before Uses". When delete
it, I get another error, a "name expected -- identifier Object given".
Help!!!
- Raw text -