Skip to content

Commit 61649dd

Browse files
committed
version update
Set scope of InitializeSolverNames in SolvProblem class from Public to Private
1 parent 8f0a787 commit 61649dd

24 files changed

+26
-26
lines changed
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-3.11 KB
Loading

dist/SolverWrapperDLLSetup.exe

42 Bytes
Binary file not shown.
-1.58 KB
Binary file not shown.

src/twinBASIC/source/ClassFactory.bas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Attribute VB_Description = "This class is used for object instantiation when ref
33
'%ModuleDescription "This class is used for object instantiation when referencing SolverWrapper externally from another VBA project"
44
'@folder("SolverWrapper.Source")
55
' ==========================================================================
6-
' SolverWrapper v0.2
6+
' SolverWrapper v0.3
77
'
88
' A wrapper for automating MS Excel's Solver Add-in
99
'
@@ -43,7 +43,7 @@ Attribute VB_Description = "This class is used for object instantiation when ref
4343
'
4444
Option Explicit
4545

46-
'@Description "Instantiates a SolvProblem object"
46+
'%Description("Instantiates a SolvProblem object")
4747
Public Function New_SolvProblem() As SolvProblem
4848
Attribute New_SolvProblem.VB_Description = "Instantiates a SolvProblem object"
4949
Set New_SolvProblem = New SolvProblem

src/twinBASIC/source/SolvConstraints.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "A class to set/manage Solver constraints."
1212
'@Exposed
1313
'@folder("SolverWrapper.Source")
1414
' ==========================================================================
15-
' SolverWrapper v0.2
15+
' SolverWrapper v0.3
1616
'
1717
' A wrapper for automating MS Excel's Solver Add-in
1818
'

src/twinBASIC/source/SolvDLL.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Attribute VB_Description = "This private class is used to communicate directly w
1111
'%ModuleDescription "This private class is used to communicate directly with DLL and is not exposed to User."
1212
'@folder("SolverWrapper.Source")
1313
' ==========================================================================
14-
' SolverWrapper v0.2
14+
' SolverWrapper v0.3
1515
'
1616
' A wrapper for automating MS Excel's Solver Add-in
1717
'

src/twinBASIC/source/SolvDecisionVars.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "A class to define the Decision variable, i.e. the ce
1212
'@Exposed
1313
'@folder("SolverWrapper.Source")
1414
' ==========================================================================
15-
' SolverWrapper v0.2
15+
' SolverWrapper v0.3
1616
'
1717
' A wrapper for automating MS Excel's Solver Add-in
1818
'

src/twinBASIC/source/SolvObjective.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attribute VB_Description = "A class to define the Solver Objective function."
1212
'@Exposed
1313
'@folder("SolverWrapper.Source")
1414
' ==========================================================================
15-
' SolverWrapper v0.2
15+
' SolverWrapper v0.3
1616
'
1717
' A wrapper for automating MS Excel's Solver Add-in
1818
'

0 commit comments

Comments
 (0)