D3DEX2.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

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