home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / full / delphi / RUNIMAGE / DELPHI30 / SOURCE / RTL / SYS / COMOBJ.INC < prev    next >
Encoding:
Text File  |  1997-08-04  |  579 b   |  12 lines

  1. resourcestring
  2.   SCreateRegKeyError = 'Error creating system registry entry';
  3.   SOleError = 'OLE error %.8x';
  4.   SObjectFactoryMissing = 'Object factory for class %s missing';
  5.   STypeInfoMissing = 'Type information missing for class %s';
  6.   SBadTypeInfo = 'Incorrect type information for class %s';
  7.   SDispIntfMissing = 'Dispatch interface missing from class %s';
  8.   SNoMethod = 'Method ''%s'' not supported by automation object';
  9.   SVarNotObject = 'Variant does not reference an automation object';
  10.   SDCOMNotInstalled = 'DCOM not installed';
  11.   SDAXError = 'DAX Error';
  12.