Download FEX

(1608 total downloads)

On this page, there are links to two version of the FEX code and some important notes on installation. There are presently two versions of FEX: a stand-alone version and a class library ersion. Existing users of FEX will be familiar with the stand-alone version of the code. This version will eventually be replacled by the class library version.

The new class library FEX is backward compatible with the original, and so can be used in exactly the same way as the original (when installed, it will generate a FEX executable that works in the same way as that generated by the original). However, it also provides a FEX class (and supporting classes) so that users can directly incorporate FEX's functionality into their C++ code.

Packages

Download FEX (stand-alone version) (2.3.1)
The original version of the code for use on the command line only.

Download FEX (class-library version) (2.4.0)
This version of the code is refactorized for easier integration with other codes, and can still be executed on the command line as well.