Delphi-Quellcode:
library MyIconLib;
{$R MyIconLib.RES}
begin
end.
Zitat:
D:\>brcc32 -32 -v -m MyIconLib.dpr
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Lines: Current 0, Total 0
New File: MyIconLib.dpr
Lines: Current 1, Total 0
New File: D:\MyIconLib.dpr
Lines: Current 4, Total 3
Compiling MyIconLib: library
Error MyIconLib.dpr 4 2: Expecting END
Wenn ich das mit BRCC32.exe versuche zu Compilieren
sagt der Compiler mir
Zitat:
Error MyIconLib.dpr 4 2: Expecting END
Was mache ich falsch