FeResPost Web Site                     FeResPost Online User Manual

VI.0.1 Accessing the COM component

One makes the distinction between the different programming languages and programming environments. The access to the component is always done by a request of the kind

   ‘‘create object’’ FeResPost_3_4_4.Application

in which the three integers correspond to the version of FeResPost. (Several versions of FeResPost can be installed simultaneously on a computer.) One intends to maintain the same conventions for the naming of the FeResPost COM component.

When the application is started, the corresponding window appears. This window can be made visible or invisible by setting the “Visible” property of the application object to True or False respectively. The window presents for each class a count of the number of objects available in the memory, and of the number of references to these objects. Note that when the property is set to True, the execution of the program might slow down significantly. Therefore, the property should be set to True for debugging only.

  VI.0.1.1 Accessing the COM component in ruby
  VI.0.1.2 Accessing the COM component in python
  VI.0.1.3 Accessing the COM component in VBscript
  VI.0.1.4 Accessing the COM component in VBA
  VI.0.1.5 Accessing the COM component in compiled languages