home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0948.lha / Snoopy / Ini / Examples / readme.doc < prev    next >
Text File  |  1993-12-20  |  1KB  |  33 lines

  1.  
  2.     This  directory  contains  four  sample sourcecodes showing you how you
  3. could use the ini.library.  These are:
  4.  
  5.     EXAMPLE.C  -  a  very  plain  and simple example that reads in
  6.     test.ini  and  shows  all elements contained in that file.  It
  7.     shows  you  how  you could setup your own parsing mechanism by
  8.     looping thru all entries manually.
  9.  
  10.     TEST.ASM  - same as EXAMPLE.C but in assembler (and hence some
  11.     bytes shorter ;-)
  12.  
  13.     DBASE.C  -  a more detailed example that includes calls to all
  14.     important functions made public by the ini.library.  It basically
  15.     is a simple  database  program  where  you  can find, add or
  16.     remove strings.
  17.  
  18.     CONFIG.C - most explicit example; a small program that has a
  19.     user-configurable pulldown menu using INI files. See config.ini for
  20.     an Idea.
  21.  
  22.     Only CONFIG can be started from WB, all others are CLI-Only
  23.  
  24.     Note  that the C-examples probably have to be made using SAS/C, because
  25. I  don't know how other C compilers handle external libaries.  Feel free to
  26. add (include) support for other compilers and languages.
  27.  
  28.        ** all files in this directory are I-WANT-TO-BE-FREE-WARE **
  29.               dedicated to the global house & techno scene. 
  30.  
  31.                                 written by
  32.                                 GERSON KURZ
  33.