home *** CD-ROM | disk | FTP | other *** search
- program DllAPISample;
- {------------------------------------------------------------------------------}
- { Xceed Zip 4 Dll API Sample for Delphi 2, 3, 4 and 5. }
- { Copyright (c) 1998-1999 Xceed Software Inc. }
- {------------------------------------------------------------------------------}
-
- uses
- Forms,
- DllAPI in 'DllAPI.pas' {frmDllAPI};
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.CreateForm(TfrmDllAPI, frmDllAPI);
- Application.Run;
- end.
-