There is no overloaded version of 'Set_PrivateKey (General questions)
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
using Delpi 2007 btw
Re: There is no overloaded version of 'Set_Priv
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
yep, wprks by just commenting out all the rror lines,'
thanks,
Anthony