home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Pascal / BPASCAL.700 / D1 / RWDOC.ZIP / MANUAL.RW < prev    next >
Encoding:
Text File  |  1992-10-01  |  3.3 KB  |  99 lines

  1.                             MANUAL.RW
  2.                             =========
  3.  
  4.  
  5. This file contains additions and corrections to the Resource
  6. Workshop User's Guide.
  7.  
  8. The Resource Workshop online documentation also includes these
  9. files:
  10.  
  11. BWCCAPI.RW    Describes technical aspects of Borland Windows
  12.               Custom Controls.
  13.  
  14. CUSTCNTL.RW   Describes creating Windows custom controls classes,
  15.               with C and Pascal programming examples.
  16.  
  17. BWCCSTYL.RW   Describes general style guidelines for creating
  18.               resources using BWCC.
  19.  
  20. Contents (lists only section and first subsection headings)
  21. -----------------------------------------------------------
  22.  
  23.     1  Changes to the Resource Workshop User's Guide
  24.          1.1      Chapter 8, Using the Paint editor
  25.          1.2      Chapter 12, Fonts
  26.          1.3      Appendix A, Technical Notes
  27.  
  28.  
  29. [Contents listing is incomplete, pending final content of file.]
  30.  
  31.  
  32.  
  33. 1        Changes to the Resource Workshop User's Guide
  34. ------------------------------------------------------
  35.  
  36. The following sections describe corrections to the Resource
  37. Workshop User's Guide or changes to existing functionality.
  38.  
  39.  
  40. 1.1      Chapter 8, Using the Paint editor
  41. ------------------------------------------
  42.  
  43. p. 186   If you hold down the Shift key when you use the Paint
  44. Can, you replace all instances of the color you click on,
  45. contiguous or not. For example, if you select red from the Colors
  46. palette and Shift-click with the Paint Can on a blue pixel in
  47. your bitmapped resource, all blue pixels in the image are changed
  48. to red.
  49.  
  50.  
  51. 1.2      Chapter 12, Fonts
  52. --------------------------
  53.  
  54. p. 254   Windows 3.1 includes a third type of font: TrueType
  55. fonts, which are an enhanced form of vector font. They are
  56. described in your Windows documentation.
  57.  
  58. p. 269-270  The description of "Creating an .FON file with
  59. Borland Pascal" will work with Windows 3.0, but not Windows 3.1.
  60.  
  61. To create a Windows 3.1-compatible .FON file with Borland Pascal,
  62. follow the Turbo Assembler and TLINK instructions in the previous
  63. section, "Creating an .FON file with C++" (page 267-269).
  64.  
  65.  
  66. 1.3      Appendix A, Technical Notes
  67. ------------------------------------
  68.  
  69. p. 283   The sections on the #undef preprocessor directive and
  70. token pasting in preprocessor statements apply only to the C
  71. language. If you're using Resource Workshop with a Pascal
  72. compiler, you can disregard these sections.
  73.  
  74. p. 288-292       The syntax descriptions and examples for the
  75. command-line tools (RLINK, BRCC, and BRC) use the notation
  76. "<filename>" to indicate where you must supply a file name. The
  77. file names need not be the same. For example, when using RLINK,
  78. you can specify a .RES input file and an .EXE ouput file with
  79. different names, as below:
  80.  
  81.     rlink my_res.res my_exe.exe
  82.  
  83. In some cases, using the same file name will return an error. In
  84. the following example:
  85.  
  86.     rlink -fihello.res hello.res hello.exe
  87.  
  88. you're linking the same file twice.
  89.  
  90. Note also that, for RLINK, the .RES file name is optional.
  91.  
  92. p. 291   If you're using Borland command-line tools only, the -30
  93. and -31 switches are not invalid when the -r switch is specified.
  94. The incompatibility arises only when you use the Microsoft 3.1
  95. Resource Compiler, which can't produce 3.0-compatible .RES files.
  96.  
  97.  
  98.             ========= END OF FILE MANUAL.RW =========
  99.