home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / xw2.000 / xw2 / xw / documentation / mfx-groups / README
Encoding:
Text File  |  1994-12-22  |  596 b   |  25 lines

  1.  
  2. To create and use MFX-Groups, you will need
  3. - makemfx, a tool to create XbW-style metafiles out of
  4.   a single header file; it should be already compiled if you
  5.   have compiled XbW. In any case, 
  6.   
  7.   # cd /xw/csource/makemfx
  8.   # make
  9.  
  10.   will create that tool. For the format of the header file,
  11.   have a look at 
  12.  
  13.   /xw/csource/makemfx/testmfx.h
  14.  
  15.   there you will find the only acceptable logical format and
  16.   the supported C-types for variables (mostly int, char and double).
  17.  
  18. Also have a look at 
  19.   /xw/applications/adder/*.*
  20.  
  21.   this application uses the automatic creation of MFX groups.
  22.  
  23.  
  24.  
  25.