home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
default.dpr
< prev
next >
Wrap
Text File
|
1997-08-05
|
311b
|
17 lines
program <default>;
uses
ClassDict in '..\src\ClassDict.pas', // For qualified associations
Forms
;
{$R *.RES}
begin
Application.Initialize;
Application.Run;
end.
// Do not delete this block -- regeneration marker -- start
// Do not delete this block -- regeneration marker -- end