home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-4.iso / developer / objc / ObjectMath.README < prev   
Encoding:
Text File  |  1993-09-13  |  1.9 KB  |  57 lines

  1. README FILE FOR OBJECT:MATH DEMO 1.10
  2.  
  3. OBJECT:Math is Copyright (c) 1993 by M. Onyschuk and Associates
  4. Inc. All Rights Reserved.
  5.  
  6. INTRODUCTION:
  7.  
  8. OBJECT:Math is a collection of  tools and 22 Objective-C
  9. classes, used to add extensible math and text expression
  10. evaluation to your own applications.
  11.  
  12. With OBJECT:Math end-users can enhance applications you
  13. ship, with custom-built or third-party bundles of
  14. OBJECT:Math functions. A Lotus 1-2-3 compatable spreadsheet
  15. can for instance, be made Excel compatable when built using
  16. OBJECT:Math. An OBJECT:Math DatabaseKit-based report writer
  17. can for example, be taught to decipher data formats unique
  18. to particular database servers.
  19.  
  20. PURPOSE OF THE DEMO:
  21.  
  22. The purpose of this  demo is to highlight the extensibility
  23. of OBJECT:Math. The demo includes the entire OBJECT:Math
  24. binary license distribution except libOM.a, the OBJECT:Math
  25. library. Following our step-by-step tutorial, you will build
  26. an OBJECT:Math function bundle and load it into
  27. OMWorkbench.app, the OBJECT:Math workbench sample
  28. application.
  29.  
  30. The demo includes all documentation that comes with the
  31. OBJECT:Math kit as well as source to several OBJECT:Math
  32. applications.
  33.  
  34. SPECIFICALLY, HOW CAN I USE OBJECT:MATH IN MY OWN
  35. APPLICATIONS?
  36.  
  37. If you're interested in adding the extensibility of
  38. OBJECT:Math to your own applications, but you're not sure
  39. exactly how OBJECT:Math can fit into your product, then
  40. we're very interested in hearing from you! Our technical
  41. staff is versed in the ins-and-outs of the OBJECT:Math
  42. package and can recommend ways to do things such as:
  43.  
  44.  implement complex OBJECT:Math types eg. vectors, matrices,
  45.  dates & times, etc.
  46.  
  47.  incorporate OBJECT:Math expression parsing into custom parsers
  48.  
  49.  link OBJECT:Math with DatabaseKit
  50.  
  51. INSTALLATION NOTES:
  52.  
  53. Because the OBJECT:Math demo installs itself in folders such
  54. as /LocalDeveloper and /LocalLibrary, you must be logged in
  55. as the superuser to install the package.
  56.  
  57.