home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
default.dpr
< prev
next >
Wrap
Text File
|
1997-04-18
|
318b
|
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