FeResPost Web Site                     FeResPost Online User Manual

X.A.3 Installation and configuration of binaries

One makes below the distinction between the installation of the ruby extension, the COM server and the .NET assembly. Actually, depending on what you want to do, only some parts of the binaries must be installed/configured. Table X.A.2 summarizes what you need to do. Before configuring FeResPost, always make sure that you are selecting the right version of the binaries. In particular:


Table X.A.2: Summary of the configuration operations you need to perform to use FeResPost.


If you want to...

You must...





Use FeResPost in ruby scripts

Install the corresponding FeResPost C++ ruby extension (section X.A.3.3)



Use FeResPost as COM component (Windows only)

Install and register the COM component (section X.A.3.5)



Use the .NET assembly

Install the assembly in GAC (global assembly cache) as explained in section X.A.3.6. An installation of the redistributable Microsoft Visual C++ libraries may also be necessary.



Develop you own wrapper around FeResPost C++ library, or write a program that directly uses the C++ library

Install the C++ library and corresponding header files (section X.A.3.2)



Modify and/or recompile the sources

Copy the sources and try to find inspiration in the information provided in section X.A.2




  X.A.3.1 Redistributable libraries
  X.A.3.2 FeResPost C++ developer’s library and headers
  X.A.3.3 Ruby extensions
  X.A.3.4 Python extensions
  X.A.3.5 COM component
  X.A.3.6 .NET assembly