SFTPClient demo application
Posted: Tue 31 Jan 2012 15:46
Hi all,
i've just downloaded and installed the demo version of SecureBridge for my Delphi 7, and I was trying to take a look at the SFTPClient demo application, but the compile give me some errors.
First of all, I receive the "Undeclared identifier: 'TBytes'" error in the RandomForm.pas unit, on row 23 (this declaration: FData: TBytes; ).
If I create at the top of the unit the type TBytes as "array of Byte", compiling I get a new error: "There is no overloaded version of 'Randomize' that can be called with these arguments" in the DemoForm.pas unit, on row 271 (this code: Random.Randomize(fmRandom.Data); ).
What's goin' on? Why these errors, and how can I solve them?
i've just downloaded and installed the demo version of SecureBridge for my Delphi 7, and I was trying to take a look at the SFTPClient demo application, but the compile give me some errors.
First of all, I receive the "Undeclared identifier: 'TBytes'" error in the RandomForm.pas unit, on row 23 (this declaration: FData: TBytes; ).
If I create at the top of the unit the type TBytes as "array of Byte", compiling I get a new error: "There is no overloaded version of 'Randomize' that can be called with these arguments" in the DemoForm.pas unit, on row 271 (this code: Random.Randomize(fmRandom.Data); ).
What's goin' on? Why these errors, and how can I solve them?