home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Hutch / DOWNLOAD / Example1.exe / readme.txt
Encoding:
Text File  |  1999-05-21  |  1.1 KB  |  25 lines

  1. This is an add on of example code for MASM32v4.
  2.  
  3. 1. BMBUTTON is a working example of bitmap and icon image buttons using
  4.    either one or two images depending on the requirement.
  5.  
  6. 2. MDITEST is a working skeleton of an MDI interface application.
  7.  
  8. 3. RESDLG2 is a modal dialog box application that has been corrected to
  9.    work properly in NT4 as well as win95/98. Virogen assisted in making
  10.    this application properly NT compatible. It also shows how to use the
  11.    MASM32.LIB framing functions on a modal dialog box.
  12.  
  13. 4. The INCLUDE directory has a version of RESOURCE.H to be used with the
  14.    Microsoft resource compiler. It should be placed in the INCLUDE directory
  15.    of the MASM32v4 package.
  16.  
  17. INSTALLATION.
  18.  
  19. The three examples are best placed in the EXAMPLES directory of the MASM32v4
  20. package and will build from there in the editor set up with MASM32v4. It is
  21. necesary to put the RESOURCE.H file in the INCLUDE directory for one of the
  22. examples to work properly. RESOURCE.H is a component of MASM32v4 and will be
  23. needed for further examples.
  24.  
  25. Steve Hutchesson < hutch@pbq.com.au >