home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / fastmath / readme.txt < prev    next >
Encoding:
Text File  |  1998-04-05  |  1.8 KB  |  58 lines

  1. UCalc Fast Math Parser 1.0.
  2. ⌐ Copyright 1998 by Daniel Corbier.
  3. All rights reserved.
  4.  
  5. Author: Daniel Corbier
  6. E-mail: FastMath@ucalc.com
  7. web page: http://www.ucalc.com/dll
  8. Price: NA
  9. License: see LICENSE.TXT
  10. Category: Software development/ActiveX/Component
  11. Keywords: activex component math engine parser expression number cruncher
  12.           evaluator VB
  13. Documentation: UCALCDLL.HLP. Context sensitive help.
  14. Installation: run SETUP.EXE
  15.  
  16. Description:
  17. ActiveX component for software developers
  18. which allows programs to evaluate algebraic
  19. expressions defined at runtime. Designed to
  20. run super fast inside loops. Supports user
  21. functions and variables. This math engine is
  22. suitable for heavy-duty number crunching.  The
  23. technology used in this component is the same
  24. one behind the highly rated UCALC for Windows
  25. end user program.
  26.  
  27. Requirements: Win95, 32-bit ActiveX compatible compiler
  28.  
  29. Files which are part of this component:
  30.  
  31. README.TXT    Information about this component
  32. FILE_ID.DIZ   Brief description for shareware distributors
  33. LICENSE.TXT   License agreement and disclaimer
  34. UCALC.DEP     Component dependency file
  35. UCALC.DLL     ActiveX component
  36. UCALCDLL.HLP  Help file
  37. UCALCDLL.CNT  Help file content list
  38. VB4SAMPL.FRM  Visual Basic 4.0 sample form
  39. VB4SAMPL.VBP  Visual Basic 4.0 sample project file
  40. VB5SAMPL.FRM  Visual Basic 5.0 sample form
  41. VB5SAMPL.VBP  Visual Basic 5.0 sample project file
  42. UCSAMPLE.EXE  Executable demo
  43.  
  44. Runtime files required by this component:
  45.  
  46. MSVBVM50.DLL
  47. STDOLE2.TLB
  48. OLEAUT32.DLL
  49. OLEPRO32.DLL
  50. ASYCFILT.DLL
  51. CTL3D32.DLL
  52. COMCAT.DLL
  53.  
  54. These runtime files may have come with your copy of this component's
  55. setup.  If not please visit http://www.ucalc.com/dll to obtain them.
  56. If you obtain them from elsewhere, make sure the files are up-to-date
  57. (check UCALC.DEP for file dates).
  58.