home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / d3dex1 / d3dex1.rc < prev    next >
Text File  |  1997-07-14  |  2KB  |  64 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #undef APSTUDIO_READONLY_SYMBOLS
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. // English (U.S.) resources
  9.  
  10. //
  11. // TEXTINCLUDE
  12. //
  13.  
  14. 1 TEXTINCLUDE DISCARDABLE 
  15. BEGIN
  16.     "resource.h\0"
  17. END
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23.  
  24. // Icon with lowest ID value placed first to ensure application icon
  25. // remains consistent on all systems.
  26. IDI_APPICON             ICON    DISCARDABLE     "icon1.ico"
  27.  
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // String Table
  31. //
  32.  
  33. STRINGTABLE DISCARDABLE 
  34. BEGIN
  35.     IDS_ERR_OUTOFMEMORY     "Insufficient memory"
  36.     IDS_ERR_EXCEPTION       "An exception occured"
  37.     IDS_ERR_GENERIC         "A generic error occured"
  38.     IDS_ERR_OUTOFVIDEOMEMORY "Insufficient video memory"
  39.     IDS_ERR_SURFACEBUSY     "A DirectDraw surface is already in use"
  40.     IDS_ERR_SURFACELOST     "The memory for a DirectDraw surface was lost"
  41.     IDS_ERR_WRONGMODE       "The display mode has changed"
  42.     IDS_ERR_INTERNALERROR   "An internal error occured"
  43.     IDS_ERRMSG_RENDERSCENE  "Could not render the 3D scene"
  44.     IDS_ERRMSG_ANIMATESCENE "Could not animate the 3D scene"
  45.     IDS_ERRMSG_INITDIRECT3D "Could not initialize DirectDraw and Direct3D"
  46.     IDS_ERRMSG_NODEVICE     "Could not find a suitable 3D device"
  47.     IDS_ERRMSG_BUILDSCENE   "Could not build the 3D scene"
  48.     IDS_ERRMSG_DEVICESIZE   "Could not determine the device size"
  49.     IDS_ERRMSG_CREATEDEVICE "Could not create the 3D device"
  50. END
  51.  
  52. STRINGTABLE DISCARDABLE 
  53. BEGIN
  54.     IDS_ERRMSG_UPDATEVIEWPORT "Could not update the 3D viewport"
  55.     IDS_ERRMSG_INITSCREEN   "Could not initialize the screen"
  56.     IDS_ERRMSG_REALIZEPALETTE "Could not realize the application's palette"
  57. END
  58.  
  59. /////////////////////////////////////////////////////////////////////////////
  60.  
  61.  
  62.  
  63.  
  64.