SS Formula Compiler

Introduction

This ActiveX-based component can be used for parsing & compiling mathematical formulas. Such formulas can be then very fast computed for various variables' values. A simple example shows, how to approximate integrals of functions using this library.

The component can be used in many development environments and programming languages, such as Visual Basic, Java, Borland Delphi, C/C++.

Installation

  1. Download appropriate library for your architecture.
  2. Copy it whereever (for example into C:\WINDOWS\SYSTEM).
  3. Launch command prompt and run command C:\WINDOWS\SYSTEM32 C:\WINDOWS\SYSTEM\SFC.DLL (use paths to your Windows' directories) to register installed component.
  4. Now additional objects are available in your system under the name "SS Formula Compiler" (on the list of ActiveX components in your programming environment).

Uninstallation

  1. Launch command prompt and run command C:\WINDOWS\SYSTEM\REGSVR32 /u C:\WINDOWS\SYSTEM\SFC.DLL to unregister installed component.
  2. Simply delete the library (SFC.DLL).

License

    SS Formula Compiler Library
    Copyright (C) Szymon Acedanski 2002

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.

    You should have received a copy of the GNU General Public
    License along with this library; if not, write to the Free
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

The full statement is here.

Download

Filename Size Description
release/sfc-pre1.0-bin.zip 296 kB Binaries for Windows
release/sfc-pre1.0-src.zip 33 kB Sources for Windows
examples/calka.xls 27 kB Sample Excel worksheet
examples/calka.xls 27 kB Sample Excel worksheet (Polish)

Powered by:
SourceForge Logo