Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
3.2 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "OpenGL Utility Library DLL"
  6. #define VER_INTERNALNAME_STR "glu32\0"
  7. #include "common.ver"
  8. #include "glstring.h"
  9. STRINGTABLE PRELOAD DISCARDABLE
  10. BEGIN
  11. STR_GLU_NO_ERROR "no error"
  12. STR_GLU_INVALID_ENUM "invalid enumerant"
  13. STR_GLU_INVALID_VAL "invalid value"
  14. STR_GLU_INVALID_OP "invalid operation"
  15. STR_GLU_STACK_OVER "stack overflow"
  16. STR_GLU_STACK_UNDER "stack underflow"
  17. STR_GLU_OUT_OF_MEM "out of memory"
  18. STR_TESS_BEGIN_POLY "missing gluTessBeginPolygon"
  19. STR_TESS_BEGIN_CONTOUR "missing gluTessBeginContour"
  20. STR_TESS_END_POLY "missing gluTessEndPolygon"
  21. STR_TESS_END_CONTOUR "missing gluTessEndContour"
  22. STR_TESS_COORD_TOO_LARGE "tesselation coordinate too large"
  23. STR_TESS_NEED_COMBINE_CALLBACK "need combine callback"
  24. STR_NURB_00 " "
  25. STR_NURB_01 "spline order un-supported"
  26. STR_NURB_02 "too few knots"
  27. STR_NURB_03 "valid knot range is empty"
  28. STR_NURB_04 "decreasing knot sequence knot"
  29. STR_NURB_05 "knot multiplicity greater than order of spline"
  30. STR_NURB_06 "endcurve() must follow bgncurve()"
  31. STR_NURB_07 "bgncurve() must precede endcurve()"
  32. STR_NURB_08 "missing or extra geometric data"
  33. STR_NURB_09 "can't draw pwlcurves"
  34. STR_NURB_10 "missing or extra domain data"
  35. STR_NURB_11 "missing or extra domain data"
  36. STR_NURB_12 "endtrim() must precede endsurface()"
  37. STR_NURB_13 "bgnsurface() must precede endsurface()"
  38. STR_NURB_14 "curve of improper type passed as trim curve"
  39. STR_NURB_15 "bgnsurface() must precede bgntrim()"
  40. STR_NURB_16 "endtrim() must follow bgntrim()"
  41. STR_NURB_17 "bgntrim() must precede endtrim()"
  42. STR_NURB_18 "invalid or missing trim curve"
  43. STR_NURB_19 "bgntrim() must precede pwlcurve()"
  44. STR_NURB_20 "pwlcurve referenced twice"
  45. STR_NURB_21 "pwlcurve and nurbscurve mixed"
  46. STR_NURB_22 "improper usage of trim data type"
  47. STR_NURB_23 "nurbscurve referenced twice"
  48. STR_NURB_24 "nurbscurve and pwlcurve mixed"
  49. STR_NURB_25 "nurbssurface referenced twice"
  50. STR_NURB_26 "invalid property"
  51. STR_NURB_27 "endsurface() must follow bgnsurface()"
  52. STR_NURB_28 "intersecting or misoriented trim curves"
  53. STR_NURB_29 "intersecting trim curves"
  54. STR_NURB_30 "UNUSED"
  55. STR_NURB_31 "unconnected trim curves"
  56. STR_NURB_32 "unknown knot error"
  57. STR_NURB_33 "negative vertex count encountered"
  58. STR_NURB_34 "negative byte-stride encounteed"
  59. STR_NURB_35 "unknown type descriptor"
  60. STR_NURB_36 "null control point reference"
  61. STR_NURB_37 "duplicate point on pwlcurve"
  62. END