Skip to content

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

Clone this wiki locally