home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / inproc / inproc.rc < prev    next >
Text File  |  1998-03-26  |  3KB  |  131 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. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Version
  62. //
  63.  
  64. VS_VERSION_INFO VERSIONINFO
  65.  FILEVERSION 1,0,0,1
  66.  PRODUCTVERSION 1,0,0,1
  67.  FILEFLAGSMASK 0x3fL
  68. #ifdef _DEBUG
  69.  FILEFLAGS 0x1L
  70. #else
  71.  FILEFLAGS 0x0L
  72. #endif
  73.  FILEOS 0x4L
  74.  FILETYPE 0x1L
  75.  FILESUBTYPE 0x0L
  76. BEGIN
  77.     BLOCK "StringFileInfo"
  78.     BEGIN
  79.         BLOCK "040904b0"
  80.         BEGIN
  81.             VALUE "CompanyName", "\0"
  82.             VALUE "FileDescription", "INPROC MFC Application\0"
  83.             VALUE "FileVersion", "1, 0, 0, 1\0"
  84.             VALUE "InternalName", "INPROC\0"
  85.             VALUE "LegalCopyright", "Copyright ⌐ 1994 - 1998\0"
  86.             VALUE "OriginalFilename", "INPROC.EXE\0"
  87.             VALUE "ProductName", "INPROC Application\0"
  88.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  89.         END
  90.     END
  91.     BLOCK "VarFileInfo"
  92.     BEGIN
  93.         VALUE "Translation", 0x409, 1200
  94.     END
  95. END
  96.  
  97.  
  98.  
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // String Table
  102. //
  103.  
  104. STRINGTABLE PRELOAD DISCARDABLE
  105. BEGIN
  106.     AFX_IDS_APP_TITLE       "MFC InProc Server"
  107. END
  108.  
  109. STRINGTABLE DISCARDABLE
  110. BEGIN
  111.     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."
  112.     IDP_OLE_INIT_FAILED     "Failed to inialize the OLE libraries!"
  113. END
  114.  
  115. #endif    // English (U.S.) resources
  116. /////////////////////////////////////////////////////////////////////////////
  117.  
  118.  
  119.  
  120. #ifndef APSTUDIO_INVOKED
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // Generated from the TEXTINCLUDE 3 resource.
  124. //
  125. #include "res\inproc.rc2"  // non-Microsoft Visual C++ edited resources
  126.  
  127. #include "afxres.rc"    // Standard components
  128.  
  129. /////////////////////////////////////////////////////////////////////////////
  130. #endif    // not APSTUDIO_INVOKED
  131.