Re: No error in C++ Builder when attempting to bin (General questions)

by Jasmine, (7176 days ago) @ Jasmine

David,

ok, I don't know why BCB wrapper (when wodSSHServer is imported into BCB) doesn't catch errors, but if you start the server like this: [code]VARIANT var;
var.vt = VT_ERROR;
HRESULT hr;
hr = wodSSHD1->ControlInterface->Start(var);[/code] you will notice error is returned.

Can you try it that way?

locked

Complete thread: