ScBridge romps on Random (Delphi)
Posted: Fri 16 Feb 2018 00:59
When ScBridge is in a Delphi 7 module's USES clause, it breaks calls to the Delphi RANDOM function (which generates a real-type random number in a specified range), because that name is also used for a global TScObject variable in ScBridge.pas.
(1) Do you consider this to be a bug in SecureBridge that ought to be corrected?
(2) What's the easiest way to work around it? Is there a way to tell Delphi that I'm referring to the built-in function instead of SCBridge's object?
(1) Do you consider this to be a bug in SecureBridge that ought to be corrected?
(2) What's the easiest way to work around it? Is there a way to tell Delphi that I'm referring to the built-in function instead of SCBridge's object?