Skip to content

Releases: GCuser99/SolverWrapper

v1.2

26 Sep 01:25

Choose a tag to compare

version update

Implemented first-pass attempt at COM Binary Compatibility to smooth out installation issues
Removed dependency on Bill Stewart's UninsIS DLL by rewriting uninstall workflow in native Inno Setup pascal
Added analize_registry.ps1 powershell script to Utilities folder for debugging install issues

v1.1

24 Jun 13:16

Choose a tag to compare

version update

Changed Solver method of SolvProblem class from Function to Property Get for consistency with other methods returning objects
Reorganized file system structure
Compiled with latest (fixed) version of twinBASIC

v1.0

18 Jun 19:09

Choose a tag to compare

Refactored .gitattributes file to preserve Windows CrLf line endings (see https://github.com/DecimalTurn/VBA-on-GitHub)
Restructured file system
Minor code refactoring
Refactored twinBASIC source to more fully take advantage of tB's extended feature set
Compiled twinBASIC DLL using older tB compiler v423 to fix Err.Raise bug in more recent tB compiler versions

v0.9

26 Feb 18:48

Choose a tag to compare

version update

removed incorrect error handling for exceeding maximum number of constraints Solver can handle - SolverWrapper now defers to DLL for handling

v0.8

24 Feb 13:52

Choose a tag to compare

version update

added error handling for case when objective is defined with more than one cell
minor improvements to test modules

v0.7

22 Feb 20:56

Choose a tag to compare

version update

Fixed processing of constraints to insure that FormulaText has leading "=" sign
Added logic to AreConstraintsSatisfied function in SolvUtils module to guard against invalid non-numeric constraint cells

v0.6

20 Feb 14:50

Choose a tag to compare

Update SolverWrapperDLLSetup.exe

v0.5

20 Feb 01:06
a4ee629

Choose a tag to compare

Delete dev/ActiveX_DLL/no_registration/SolverWrapper_win32.dll

v0.3

18 Feb 16:14

Choose a tag to compare

Merge branch 'main' of https://github.com/GCuser99/SolverWrapper

v0.2

17 Feb 20:18

Choose a tag to compare

updated DLL setup