Invalid Input Arguments
Invalid Input Arguments
I'm interested in buying the SecureBridge component group, so download the trial version, but when trying to connect to SSH I throw the error: "Invalid Input Arguments", this in the demo for c ++ builder 6, and also in my own application . I need the c ++ builder 6 version (I already have update 4 installed). Thanks for the help in advance.
Re: Invalid Input Arguments
Unfortunately, we couldn't reproduce the issue. To be able to investigate the issue, please let us know in which line of the SSHClient demo project code does the error occur?
Re: Invalid Input Arguments
void __fastcall TDemoForm::btConnectSSHClick(TObject *Sender)
{
TCursor OldCursor = Screen->Cursor;
try {
Screen->Cursor = crHourGlass;
ScSSHClient->Connect(); // <-- this line throw the exception. Line 176
}
__finally {
Screen->Cursor = OldCursor;
}
}
{
TCursor OldCursor = Screen->Cursor;
try {
Screen->Cursor = crHourGlass;
ScSSHClient->Connect(); // <-- this line throw the exception. Line 176
}
__finally {
Screen->Cursor = OldCursor;
}
}
Re: Invalid Input Arguments
Please check whether the error is reproduced on a new SecureBridge version which you can download by the link: https://www.devart.com/pub/dac/sbridgec ... _2017.exe/
Re: Invalid Input Arguments
Seems to work, I'll do tests.
Thank you
Thank you
Re: Invalid Input Arguments
In case of buying the Securebridge package, which version would I deliver ?, because the one that is released has the error of this post, thanks again
Re: Invalid Input Arguments
This fix will be included in the next SecureBridge build, which we plan to release next month. But, if you make a purchase before a new version release, we will be able to send you a licensed SecureBridge version, including this fix.
Re: Invalid Input Arguments
I already bought the standard license with order number 528634023, you send me the version with this bug corrected?
Thank you
Thank you
Re: Invalid Input Arguments
Now with the registered version (7.34) I send the following error: "Socked close. Cannot recieve data" ,
Both in my application and in the demo, this at the moment of connecting. I hope you can send me the corrected version. Thanks.
Both in my application and in the demo, this at the moment of connecting. I hope you can send me the corrected version. Thanks.
Re: Invalid Input Arguments
We sent to your email the link to the licensed version of SecureBridge for C++ Builder 6 that includes this fix.