home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c010 / 1.ddi / FLILIB3.ZIP / README < prev    next >
Encoding:
Text File  |  1990-08-29  |  2.6 KB  |  55 lines

  1. Fli.lib is a library of routines for creating and playing Autodesk Animator
  2. compatible .fli files.    It is a large model library.  A detailed
  3. description of fli.lib is in flidoc.txt.  flidoc.txt also includes byte-by-byte
  4. descriptions of most of the file formats used in the Autodesk Animator.
  5.  
  6. Fli.lib and the associated source and documentation files are 
  7. Copyright 1990 Dancing Flame, San Francisco.  Permission is granted
  8. to distribute fli.lib and to use fli.lib in any non-commercial program.   
  9. If you would like to use fli.lib in a commercial program please contact 
  10. Dancing Flame.  The usual licensing fee is $500.00 or the retail price of
  11. 5 copies of the program, whichever is less.
  12.  
  13. For a printed copy of the documentation and copies of the library
  14. on floppy disk (please specify 3 1/2 inch or 5 1/4 inch format)
  15. please send a check or money order for $40.00 to:
  16.             
  17.             Dancing Flame
  18.             125 West Blithedale Ave.
  19.             Mill Valley, CA 94941
  20.             (415) 388-6143
  21.  
  22. Dancing Flame is a small company dedicated to animation software and
  23. graphic simulations.   We keep odd hours and often go on unannounced
  24. vacations.   There is no phone answering machine.   You are likely to
  25. get answers to your questions as quickly by mail as by phone.  However
  26. if you must call you are more likely to get an answer from 1:00 to 6:00
  27. in the afternoon, or on Fridays.  If you have a BIX account, mail to
  28. jim_kent usually is answered in a day or two.
  29.  
  30. The source to fli.lib is broken up into many small modules (58 in all)
  31. so that programs that do not use much of the fli.lib will not be burdened
  32. with excess code.  Normally the linker will handle which modules to
  33. include for you, and you need not even look at the source.  However if your 
  34. programming environment is not compatible with Turbo C large model libraries
  35. or in other ways is unusual you may have to explore the sources.  (You
  36. may be just curious for that matter.)  To assist this there is a tags
  37. file included in the source archive which lists all C global symbols
  38. alphabetically, and what file they are in.
  39.  
  40. Fli.lib was developed with Turbo C 2.0.  A nearly identical library - 
  41. flitcpp.lib - is provided for use with Turbo C++.  Most of the 'read' side
  42. routines work with Microsoft C, but if you wish to create fli's or
  43. use the 'memory screen' functions under Microsoft, you'll have to
  44. delve into the source code.    We don't have time currently to make
  45. a Microsoft version of the library, but hereby announce our willingness
  46. to waive the license fee for the first company to send us a complete
  47. Microsoft C version of the FLI.LIB.
  48.  
  49. Thank you very much.  I hope the fli.lib is useful to you.
  50.  
  51.             -Jim Kent
  52.  
  53.  
  54.  
  55.