home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / fldlib93 / source / readme.txt < prev   
Encoding:
Text File  |  1994-05-21  |  625 b   |  22 lines

  1. As of v0.93 of FLDLIB, an extra file is required to compile FLDLIB. 
  2. This file is ICON.C, and contains the image data to be displayed in an 
  3. iconified dialog. It is constructed using DERCS from a resource file 
  4. contain 1 object tree. This tree consists of a white-filled rectangle 
  5. of border thickness 1 as the root object, containing the image data 
  6. for the icon (named FLD_ICONFORM).
  7.  
  8. If you do not wish to use the iconify features, you can remove ICON.C 
  9. and compile by taking out the
  10.  
  11. #include "icon.c"
  12.  
  13. and adding an
  14.  
  15. OBJECT *FLD_ICONFORM=NULL;
  16.  
  17. global variable in FLDLIB.C.
  18.  
  19. Martin Maisey
  20.  
  21. 21/5/94
  22.