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 ();
4747 ACalculator: TCalculatorCalculator;
4848begin
4949 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
5252 try
5353 writeln (' loading DLL Done' );
5454 ACalculatorWrapper.GetVersion(AMajor, AMinor, AMicro);
You can’t perform that action at this time.
0 commit comments