Using ActiveX-objects of WSP.WSPCalculator

The OKAWSP6A.DLL library is a server for ActiveX-objects with ProgID "WSP.WSPCalculator". This object exports functions similar to functions of OKAWSP6.DLL library. In principle, it simply readdresses function call to OKAWSP6.DLL library, therefore using of OKAWSP6.DLL library directly differ from that of ActiveX objects of "WSP.WSPCalculator" in a mode of function calling.

To run ActiveX objects of "WSP.WSPCalculator" it is necessary to register it in the Windows registry. In case of error run the following program to register the object in the system:

Regsvr32.exe okawsp6a.dll

The program "Regsvr32.exe" is available in Windows 98 and stores in the folder "SYSTEM" (in WinNT it located in SYSTEM32 folder).

The examples of using "WSP.WSPCalculator" ActiveX objects contains in Microsoft Excel file "WSP.EXCEL.XLS" and in two Windows Scripting Host files named "WSP.JS" and "WSP.VBS". Descriptions of the examples are given in the corresponding sections.

Names of functions of "WSP.WSPCalculator" ActiveX objects coincide with names of functions exported by "OKAWSP6.DLL" library; therefore the list of functions is not given here, but is presented at the item "Description of functions of WaterSteamPro package".