Skip to content

Commit 05e333f

Browse files
Update version, fix some paths
1 parent 7ebf1c1 commit 05e333f

File tree

148 files changed

+153
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+153
-158
lines changed

Build/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "Build act.exe"
1111
go build -o ..\act.exe %Sources%
1212

1313
echo "Patching properties of act.exe"
14-
..\build\verpatch ..\act.exe /high /va 1.6.0 /pv "1.6.0-RC1" /s copyright "(c) 2018-2019 ACT Developers" /s desc "ACT is a code generator for software components" /s productName "Automatic Component Toolkit"
14+
..\build\verpatch ..\act.exe /high /va 1.6.0 /pv "1.6.0" /s copyright "(c) 2018-2019 ACT Developers" /s desc "ACT is a code generator for software components" /s productName "Automatic Component Toolkit"
1515

1616
set GOOS=linux
1717
echo "Build act.linux"

Documentation/IDL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
| **Version** | 1.6.0-RC1 |
7+
| **Version** | 1.6.0 |
88
| --- | --- |
99

1010
## Disclaimer

Examples/Calculator/Calculator_component/Bindings/CppDynamic/calculator_abi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculator library

Examples/Calculator/Calculator_component/Bindings/CppDynamic/calculator_dynamic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculator library

Examples/Calculator/Calculator_component/Bindings/CppDynamic/calculator_dynamic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculator library

Examples/Calculator/Calculator_component/Bindings/CppDynamic/calculator_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file with basic types in
1010
order to allow an easy use of Calculator library

Examples/Calculator/Calculator_component/Bindings/Pascal/Unit_Calculator.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
All rights reserved.
77
8-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
8+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
99
1010
Abstract: This is an autogenerated Pascal Header file in order to allow an easy
1111
use of Calculator library

Examples/Calculator/Calculator_component/Bindings/Python/Calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Python file in order to allow an easy
1010
use of Calculator library

Examples/Calculator/Calculator_component/Examples/CppDynamic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated CMake Project that demonstrates the
1010
usage of the Dynamic C++ bindings of Calculator library

Examples/Calculator/Calculator_component/Examples/CppDynamic/Calculator_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ application that demonstrates the
1010
usage of the Dynamic C++ bindings of Calculator library

Examples/Calculator/Calculator_component/Examples/Pascal/Calculator_Example.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal application that demonstrates the
1010
usage of the Pascal bindings of Calculator library

Examples/Calculator/Calculator_component/Examples/Python/Calculator_Example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Python application that demonstrates the
1010
usage of the Python bindings of Calculator library

Examples/Calculator/Calculator_component/Implementations/Cpp/Interfaces/calculator_abi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculator library

Examples/Calculator/Calculator_component/Implementations/Cpp/Interfaces/calculator_interfaceexception.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ Implementation file with the basic internal
1010
exception type in order to allow an easy use of Calculator library

Examples/Calculator/Calculator_component/Implementations/Cpp/Interfaces/calculator_interfaceexception.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ Header file with the basic internal
1010
exception type in order to allow an easy use of Calculator library

Examples/Calculator/Calculator_component/Implementations/Cpp/Interfaces/calculator_interfaces.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ header file in order to allow easy
1010
development of Calculator library. The implementer of Calculator library needs to

Examples/Calculator/Calculator_component/Implementations/Cpp/Interfaces/calculator_interfacewrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ implementation file in order to allow easy
1010
development of Calculator library. The functions in this file need to be implemented. It needs to be generated only once.

Examples/Calculator/Calculator_component/Implementations/Cpp/Interfaces/calculator_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file with basic types in
1010
order to allow an easy use of Calculator library

Examples/Calculator/Calculator_component/Implementations/Cpp/Stub/calculator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculator developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ implementation file in order to allow easy
1010
development of Calculator library. It needs to be generated only once.

Examples/Calculator/Calculator_component/Implementations/Pascal/Interfaces/calculator.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal project file in order to allow easy
1010
development of Calculator library.

Examples/Calculator/Calculator_component/Implementations/Pascal/Interfaces/calculator_exception.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal exception class definition file in order to allow easy
1010
development of Calculator library. The functions in this file need to be implemented. It needs to be generated only once.

Examples/Calculator/Calculator_component/Implementations/Pascal/Interfaces/calculator_exports.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal export implementation file in order to allow easy
1010
development of Calculator library. The functions in this file need to be implemented. It needs to be generated only once.

Examples/Calculator/Calculator_component/Implementations/Pascal/Interfaces/calculator_interfaces.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal interface definition file in order to allow easy
1010
development of Calculator library. The functions in this file need to be implemented. It needs to be generated only once.

Examples/Calculator/Calculator_component/Implementations/Pascal/Interfaces/calculator_types.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal type definition file in order to allow easy
1010
development of Calculator library. The functions in this file need to be implemented. It needs to be generated only once.

Examples/Calculator/Calculator_component/Implementations/Pascal/Stub/calculator_impl.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal implementation file in order to allow easy
1010
development of Calculator library. It needs to be generated only once.

Examples/Injection/Calculation_component/Bindings/Cpp/calculation_abi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculation library

Examples/Injection/Calculation_component/Bindings/Cpp/calculation_implicit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculation library

Examples/Injection/Calculation_component/Bindings/Cpp/calculation_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file with basic types in
1010
order to allow an easy use of Calculation library

Examples/Injection/Calculation_component/Bindings/CppDynamic/calculation_abi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculation library

Examples/Injection/Calculation_component/Bindings/CppDynamic/calculation_dynamic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculation library

Examples/Injection/Calculation_component/Bindings/CppDynamic/calculation_dynamic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file in order to allow an easy
1010
use of Calculation library

Examples/Injection/Calculation_component/Bindings/CppDynamic/calculation_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++-Header file with basic types in
1010
order to allow an easy use of Calculation library

Examples/Injection/Calculation_component/Bindings/Pascal/Unit_Calculation.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
All rights reserved.
77
8-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
8+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
99
1010
Abstract: This is an autogenerated Pascal Header file in order to allow an easy
1111
use of Calculation library

Examples/Injection/Calculation_component/Bindings/Python/Calculation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Python file in order to allow an easy
1010
use of Calculation library

Examples/Injection/Calculation_component/Examples/Cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated CMake Project that demonstrates the
1010
usage of the C++ bindings of Calculation library

Examples/Injection/Calculation_component/Examples/Cpp/Calculation_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ application that demonstrates the
1010
usage of the C++ bindings of Calculation library

Examples/Injection/Calculation_component/Examples/CppDynamic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated CMake Project that demonstrates the
1010
usage of the Dynamic C++ bindings of Calculation library

Examples/Injection/Calculation_component/Examples/CppDynamic/Calculation_example.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (C) 2019 Calculation developers
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated C++ application that demonstrates the
1010
usage of the Dynamic C++ bindings of Calculation library
@@ -31,7 +31,7 @@ int main()
3131
wrapper->GetVersion(nMajor, nMinor, nMicro);
3232
std::cout << "Calculation.Version = " << nMajor << "." << nMinor << "." << nMicro;
3333
std::cout << std::endl;
34-
34+
3535
wrapper->InjectComponent("Numbers", numbers->GetSymbolLookupMethod());
3636

3737

Examples/Injection/Calculation_component/Examples/Pascal/Calculation_Example.lpi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
<Debugging>
4242
<UseExternalDbgSyms Value="True"/>
4343
</Debugging>
44-
<Options>
45-
<ExecutableType Value="Library"/>
46-
</Options>
4744
</Linking>
4845
</CompilerOptions>
4946
</Item2>

Examples/Injection/Calculation_component/Examples/Pascal/Calculation_Example.lpr

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
All rights reserved.
66
7-
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-RC1.
7+
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
88
99
Abstract: This is an autogenerated Pascal application that demonstrates the
1010
usage of the Pascal bindings of Calculation library
@@ -47,18 +47,16 @@ procedure TCalculation_Example.TestCalculation ();
4747
AVar1, AVar2, AVar2Again, AResult1, AResult2: TNumbersVariable;
4848
begin
4949
writeln ('loading DLL');
50-
// ALibPath := 'D:/PUBLIC/AutomaticComponentToolkit/Examples/Injection/Calculation_component/Implementations/Cpp/_build/Debug'; // TODO add the location of the shared library binary here
51-
ALibPath := 'D:/PUBLIC/AutomaticComponentToolkit/Examples/Injection/Calculation_component/Implementations/Pascal/bin/x86_64-win64/Release'; // TODO add the location of the shared library binary here
50+
ALibPath := ''; // TODO add the location of the shared library binary here
5251
ACalculationWrapper := TCalculationWrapper.Create (ALibPath + '/' + 'calculation.dll'); // TODO add the extension of the shared library file here
5352
try
5453
writeln ('loading DLL Done');
5554
ACalculationWrapper.GetVersion(AMajor, AMinor, AMicro);
5655
AVersionString := Format('Calculation.version = %d.%d.%d', [AMajor, AMinor, AMicro]);
5756
writeln(AVersionString);
5857

59-
// ALibPath := 'D:/PUBLIC/AutomaticComponentToolkit/Examples/Injection/Numbers_component/Implementations/Cpp/_build/Debug'; // TODO add the location of the shared library binary here
60-
ALibPath := 'D:/PUBLIC/AutomaticComponentToolkit/Examples/Injection/Numbers_component/Implementations/Pascal/bin/x86_64-win64/Release';
61-
ANumbersWrapper := TNumbersWrapper.Create (ALibPath + '/' + 'numbers.dll'); // TODO add the extension of the shared library file here
58+
ALibPath := '';
59+
ANumbersWrapper := TNumbersWrapper.Create (ALibPath + '/' + 'numbers.'); // TODO add the extension of the shared library file here
6260
ANumbersWrapper.GetVersion(AMajor, AMinor, AMicro);
6361
AVersionString := Format('Numbers.version = %d.%d.%d', [AMajor, AMinor, AMicro]);
6462
writeln(AVersionString);

0 commit comments

Comments
 (0)