There is no overloaded version of 'Set_PrivateKey - WeOnlyDo Discussion board

There is no overloaded version of 'Set_PrivateKey (General questions)

by Anthony, Tuesday, August 12, 2008, 04:05 (5947 days ago)

Hi,
Im testing out a few components, and all the rest have isntalled fine, but when we try to install SSHServer we get the following error:

[DCC Error] wodSSHDComLIB_TLB.pas(432): E2250 There is no overloaded version of 'Set_PrivateKeyData' that can be called with these arguments

breaks at: property PrivateKeyData[KeyType: SSHKeyTypes]: PSafeArray read Get_PrivateKeyData write Set_PrivateKeyData;

any ideas?
anthony

Re: There is no overloaded version of 'Set_Priv

by Anthony, Tuesday, August 12, 2008, 04:10 (5947 days ago) @ Anthony

using Delpi 2007 btw

Re: There is no overloaded version of 'Set_Priv

by wodDamir, Tuesday, August 12, 2008, 08:16 (5947 days ago) @ Anthony

Hi Anthony,

Can you please try simply commenting out those lines?

Can you import the component that way?

Regards,
Damba

Re: There is no overloaded version of 'Set_Priv

by Anthony, Wednesday, August 13, 2008, 15:56 (5946 days ago) @ wodDamir

yep, wprks by just commenting out all the rror lines,'
thanks,
Anthony