File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Examples/Calculator/Calculator_component/Examples/Pascal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ procedure TCalculator_Example.TestCalculator ();
47
47
ACalculator: TCalculatorCalculator;
48
48
begin
49
49
writeln (' loading DLL' );
50
- ALibPath := ' ' ; // TODO add the location of the shared library binary here
51
- ACalculatorWrapper := TCalculatorWrapper.Create (ALibPath + ' /' + ' calculator.' ); // TODO add the extension of the shared library file here
50
+ ALibPath := ' . ' ; // TODO add the location of the shared library binary here
51
+ ACalculatorWrapper := TCalculatorWrapper.Create (ALibPath + ' /' + ' calculator.dll ' ); // TODO add the extension of the shared library file here
52
52
try
53
53
writeln (' loading DLL Done' );
54
54
ACalculatorWrapper.GetVersion(AMajor, AMinor, AMicro);
You can’t perform that action at this time.
0 commit comments