-
Notifications
You must be signed in to change notification settings - Fork 1
ClassFactory
Michael Waite edited this page Mar 16, 2026
·
2 revisions
This class is used for object instantiation when referencing SolverWrapper DLL without registration. It is not needed if the ActiveX DLL was registered via the installer. Example usage:
Dim problem As Object
Set problem = New_SolvProblem| Class | Method/Property | Description |
|---|---|---|
| ClassFactory | New_SolvProblem | Instantiates a SolvProblem object |
Getting Started
How-to Topics
- Solver Primer
- A Walkthrough Example
- Using the Enhanced Callback
- Using SolverWrapper Events
- ActiveX DLL FAQ
- Using Without Registration
Object Model Overview