library RealOAIEContext; 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.