home *** CD-ROM | disk | FTP | other *** search
- library FileExp;
-
- uses
- ShareMem,
- Forms,
- SysUtils,
- WinTypes,
- ExptIntf,
- ToolIntf,
- EditIntf,
- VirtIntf,
- WinProcs,
- Dialogs,
- About in 'About.pas' {frmAbout},
- FileExpU in 'FileExpU.pas' {frmFileName},
- Properties in 'Properties.pas' {frmProperties};
-
- exports
- InitExpert name ExpertEntryPoint resident;
-
- begin
- end.
-