You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
version update
removed incorrect error handling for exceeding maximum number of constraints Solver can handle - SolverWrapper now defers to DLL for handling
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