home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / direct3d / direct3d.rc < prev    next >
Text File  |  1998-03-26  |  4KB  |  151 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. // This is a part of the Active Template Library.
  4. // Copyright (C) 1996-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Active Template Library Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Active Template Library product.
  12.  
  13. #include "resource.h"
  14.  
  15. #define APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Generated from the TEXTINCLUDE 2 resource.
  19. //
  20. #include "winnt.h"
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24.  
  25. /////////////////////////////////////////////////////////////////////////////
  26. // English (U.S.) resources
  27.  
  28. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  29. #ifdef _WIN32
  30. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  31. #pragma code_page(1252)
  32. #endif //_WIN32
  33.  
  34. #ifdef APSTUDIO_INVOKED
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // TEXTINCLUDE
  38. //
  39.  
  40. 1 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42.     "resource.h\0"
  43. END
  44.  
  45. 2 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47.     "#include ""winnt.h""\r\n"
  48.     "\0"
  49. END
  50.  
  51. 3 TEXTINCLUDE DISCARDABLE
  52. BEGIN
  53.     "1 TYPELIB ""Direct3D.tlb""\r\n"
  54.     "\0"
  55. END
  56.  
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  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 0x2L
  76.  FILESUBTYPE 0x0L
  77. BEGIN
  78.     BLOCK "StringFileInfo"
  79.     BEGIN
  80.         BLOCK "040904B0"
  81.         BEGIN
  82.             VALUE "CompanyName", "Microsoft Corporation\0"
  83.             VALUE "FileDescription", "Direct3D Module\0"
  84.             VALUE "FileVersion", "1, 0, 0, 1\0"
  85.             VALUE "InternalName", "DIRECT3D\0"
  86.             VALUE "LegalCopyright", "Copyright ⌐ 1995\0"
  87.             VALUE "OriginalFilename", "DIRECT3D.DLL\0"
  88.             VALUE "ProductName", "Direct3D Module\0"
  89.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  90.             VALUE "OLESelfRegister", "\0"
  91.         END
  92.     END
  93.     BLOCK "VarFileInfo"
  94.     BEGIN
  95.         VALUE "Translation", 0x409, 1200
  96.     END
  97. END
  98.  
  99.  
  100.  
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // REGISTRY
  104. //
  105.  
  106. IDR_Direct3D            REGISTRY DISCARDABLE    "Direct3D.rgs"
  107.  
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // Bitmap
  111. //
  112.  
  113. IDB_TOOLBTN             BITMAP  DISCARDABLE     "toolbtn.bmp"
  114.  
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // String Table
  118. //
  119.  
  120. STRINGTABLE DISCARDABLE
  121. BEGIN
  122.     IDS_PROJNAME            "Direct3D"
  123. END
  124.  
  125. STRINGTABLE DISCARDABLE
  126. BEGIN
  127.     IDS_ERR_OUTOFMEMORY     "Insufficient memory"
  128.     IDS_ERR_EXCEPTION       "An exception occured"
  129.     IDS_ERR_GENERIC         "A generic error occured"
  130.     IDS_ERR_OUTOFVIDEOMEMORY "Insufficient video memory"
  131.     IDS_ERR_SURFACEBUSY     "A DirectDraw surface is already in use"
  132.     IDS_ERR_SURFACELOST     "The memory for a DirectDraw surface was lost"
  133.     IDS_ERR_WRONGMODE       "The display mode has changed"
  134.     IDS_ERR_INTERNALERROR   "An internal error occured"
  135. END
  136.  
  137. #endif    // English (U.S.) resources
  138. /////////////////////////////////////////////////////////////////////////////
  139.  
  140.  
  141.  
  142. #ifndef APSTUDIO_INVOKED
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // Generated from the TEXTINCLUDE 3 resource.
  146. //
  147. 1 TYPELIB "Direct3D.tlb"
  148.  
  149. /////////////////////////////////////////////////////////////////////////////
  150. #endif    // not APSTUDIO_INVOKED
  151.