home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / oleaut / browseh / browseh.rc < prev    next >
Encoding:
Text File  |  1996-02-24  |  819 b   |  21 lines

  1. #include <windows.h>
  2. #include "browseh.h"
  3.  
  4. STRINGTABLE
  5. BEGIN      
  6.    IDS_SERVERNAME,    "BrowseHelper"          
  7.    IDS_Unexpected,    "Unexpected error."
  8.    IDS_OutOfMemory,   "Out of memory."    
  9.    IDS_InvalidIndex,  "Invalid index."          
  10.    IDS_CollectionFull, "Collection is full."     
  11.    IDS_CannotFindTypeLibrary,  "Cannot find type library."
  12.    IDS_TypeLibraryCreationFailed, "Type library browsing failed."  
  13.    IDS_WrongType, "Information about wrong type asked for."     
  14.    IDS_InvalidProgid, "Invalid progid."
  15.    IDS_CouldNotCreateObject    "Could not create object."
  16.    IDS_ObjectDoesNotSupportAutomation   "Object does not support Automation."
  17.    IDS_ObjectDoesNotProvideTypeInfo  "Object does not provide Typeinfo."
  18.    IDS_NotDualInterface "This is not a dual interface"
  19. END
  20.  
  21.