home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / internet / counter / counter.rc < prev    next >
Encoding:
Text File  |  1998-03-27  |  3.5 KB  |  133 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.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#include ""counter.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  50.     "#include ""afxres.rc""         // Standard components\r\n"
  51.     "#include ""afxisapi.rc""       // Internet Support resources\r\n"
  52.     "#endif\0"
  53. END
  54.  
  55. #endif    // APSTUDIO_INVOKED
  56.  
  57.  
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Version
  61. //
  62.  
  63. VS_VERSION_INFO VERSIONINFO
  64.  FILEVERSION 4,2,0,1
  65.  PRODUCTVERSION 4,2,0,1
  66.  FILEFLAGSMASK 0x3fL
  67. #ifdef _DEBUG
  68.  FILEFLAGS 0x1L
  69. #else
  70.  FILEFLAGS 0x0L
  71. #endif
  72.  FILEOS 0x4L
  73.  FILETYPE 0x2L
  74.  FILESUBTYPE 0x0L
  75. BEGIN
  76.     BLOCK "StringFileInfo"
  77.     BEGIN
  78.         BLOCK "040904b0"
  79.         BEGIN
  80.             VALUE "CompanyName", "Microsoft\0"
  81.             VALUE "FileDescription", "counter Internet Server Extension Module\0"
  82.             VALUE "FileVersion", "4, 2, 0, 1\0"
  83.             VALUE "InternalName", "COUNTER\0"
  84.             VALUE "LegalCopyright", "Copyright ⌐ 1997 Microsoft Corporation\0"
  85.             VALUE "OriginalFilename", "COUNTER.DLL\0"
  86.             VALUE "ProductName", "counter Internet Server Extension\0"
  87.             VALUE "ProductVersion", "4, 2, 0, 1\0"
  88.         END
  89.     END
  90.     BLOCK "VarFileInfo"
  91.     BEGIN
  92.         VALUE "Translation", 0x409, 1200
  93.     END
  94. END
  95.  
  96.  
  97.  
  98. /////////////////////////////////////////////////////////////////////////////
  99. //
  100. // String Table
  101. //
  102.  
  103. STRINGTABLE DISCARDABLE
  104. BEGIN
  105.     IDS_SERVER              "counter Extension"
  106.     IDS_RETRYERR            "Too many retries attempting to open counter log file!\n"
  107.     IDS_OPENERR             "Fatal error trying to open counter log file\nCause: %s\n"
  108.     IDS_SERIALIZEERR        "Couldn't serialize from counter file\nCause: %s\n"
  109. END
  110.  
  111. #endif    // English (U.S.) resources
  112. /////////////////////////////////////////////////////////////////////////////
  113.  
  114.  
  115.  
  116. #ifndef APSTUDIO_INVOKED
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // Generated from the TEXTINCLUDE 3 resource.
  120. //
  121. #define _AFX_NO_SPLITTER_RESOURCES
  122. #define _AFX_NO_OLE_RESOURCES
  123. #define _AFX_NO_TRACKER_RESOURCES
  124. #define _AFX_NO_PROPERTY_RESOURCES
  125.  
  126. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  127. #include "counter.rc2"  // non-Microsoft Visual C++ edited resources
  128. #include "afxres.rc"         // Standard components
  129. #include "afxisapi.rc"       // Internet Support resources
  130. #endif
  131. /////////////////////////////////////////////////////////////////////////////
  132. #endif    // not APSTUDIO_INVOKED
  133.