Re: No error in C++ Builder when attempting to bin - WeOnlyDo Discussion board

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

by wodSupport, Thursday, September 08, 2005, 13:52 (6776 days ago) @ wodSupport

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?


Complete thread: