home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / inproc / server / inproc.rc < prev    next >
Text File  |  1998-04-02  |  3KB  |  134 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#include ""res\\inproc.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  44.     "\r\n"
  45.     "#include ""afxres.rc""  \011// Standard components\r\n"
  46.     "\0"
  47. END
  48.  
  49. #endif    // APSTUDIO_INVOKED
  50.  
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Icon
  55. //
  56.  
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\inproc.ico"
  58.  
  59. #ifndef _MAC
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Version
  63. //
  64.  
  65. VS_VERSION_INFO VERSIONINFO
  66.  FILEVERSION 1,0,0,1
  67.  PRODUCTVERSION 1,0,0,1
  68.  FILEFLAGSMASK 0x3fL
  69. #ifdef _DEBUG
  70.  FILEFLAGS 0x1L
  71. #else
  72.  FILEFLAGS 0x0L
  73. #endif
  74.  FILEOS 0x4L
  75.  FILETYPE 0x1L
  76.  FILESUBTYPE 0x0L
  77. BEGIN
  78.     BLOCK "StringFileInfo"
  79.     BEGIN
  80.         BLOCK "040904b0"
  81.         BEGIN
  82.             VALUE "CompanyName", "\0"
  83.             VALUE "FileDescription", "INPROC MFC Application\0"
  84.             VALUE "FileVersion", "1, 0, 0, 1\0"
  85.             VALUE "InternalName", "INPROC\0"
  86.             VALUE "LegalCopyright", "Copyright ⌐ 1994 - 1995\0"
  87.             VALUE "OriginalFilename", "INPROC.EXE\0"
  88.             VALUE "ProductName", "INPROC Application\0"
  89.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  90.         END
  91.     END
  92.     BLOCK "VarFileInfo"
  93.     BEGIN
  94.         VALUE "Translation", 0x409, 1200
  95.     END
  96. END
  97.  
  98. #endif    // !_MAC
  99.  
  100.  
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // String Table
  104. //
  105.  
  106. STRINGTABLE PRELOAD DISCARDABLE 
  107. BEGIN
  108.     AFX_IDS_APP_TITLE       "MFC InProc Server"
  109. END
  110.  
  111. STRINGTABLE DISCARDABLE 
  112. BEGIN
  113.     IDP_CANT_RUN_STANDALONE "This program does not run stand alone.  It is meant only to be used as an automation server.  See the IPDRIVE sample for more information."
  114.     IDP_OLE_INIT_FAILED     "Failed to inialize the OLE libraries!"
  115. END
  116.  
  117. #endif    // English (U.S.) resources
  118. /////////////////////////////////////////////////////////////////////////////
  119.  
  120.  
  121.  
  122. #ifndef APSTUDIO_INVOKED
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // Generated from the TEXTINCLUDE 3 resource.
  126. //
  127. #include "res\inproc.rc2"  // non-Microsoft Visual C++ edited resources
  128.  
  129. #include "afxres.rc"      // Standard components
  130.  
  131. /////////////////////////////////////////////////////////////////////////////
  132. #endif    // not APSTUDIO_INVOKED
  133.  
  134.