| 123456789101112131415161718192021 |
- library IEContext;
- uses
- ComServ,
- IEContext_TLB in 'IEContext_TLB.pas',
- CIEContextMenu in 'CIEContextMenu.pas' {IEContextMenu: CoClass},
- RealOAIEContext_TLB in 'RealOAIEContext_TLB.pas';
- exports
- DllGetClassObject,
- DllCanUnloadNow,
- DllRegisterServer,
- DllUnregisterServer;
- {$R *.TLB}
- {$R *.RES}
- begin
- end.
|