Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SDK Deployment

To deploy the SDK as a part of your desktop or server applications, you should take on the following steps:

1. Copy the SDK library file SPA_SDK.dll provided with this SDK to the computer where it will be used. The library file can be found in the Lib subdirectory of the directory where this SDK is installed (typically C:\Program Files\MathWave\SPA SDK\Lib\SPA_SDK.dll).

2. Register the SDK library file on the target computer where it will be used. You can do this either automatically within your setup application or manually from the Windows command prompt using the regsvr32 command, for example:

  regsvr32 "C:\Program Files\Your Product\SPA_SDK.dll"   
  

3. If you are developing a .NET application, you also need to copy the Primary Interop Assembly (PIA) MathWave.SPA_SDK.PIA.dll provided with this SDK to the same folder where the main executable of your application is located. The PIA can be found in the Lib subdirectory of the directory where this SDK is installed (typically C:\Program Files\MathWave\SPA SDK\Lib\MathWave.SPA_SDK.PIA.dll).

4. If you are using the SDK Evaluation License, the SDK will work on the target computer you have copied it to for 30 days, starting from the date you use it for the first time. After the Evaluation License expires, you should purchase an appropriate SDK license, depending on your intended use of the product (see our Web site for licensing options). Once you purchase a license, depending on the license type, we will provide you with either a license file that should be copied to the same folder where you have copied the SDK library file SPA_SDK.dll, or user name & registration number which must be supplied to the SPAApplication.Register method.

Copyright © MathWave Technologies
www.mathwave.com