Re: No error in C++ Builder when attempting to bin (General questions)
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:
- No error in C++ Builder when attempting to bind to - David Lucas, 2005-09-08, 13:01
- Re: No error in C++ Builder when attempting to bin - wodSupport, 2005-09-08, 13:36
- Re: No error in C++ Builder when attempting to bin - wodSupport, 2005-09-08, 13:52
- Re: No error in C++ Builder when attempting to bin - David Lucas, 2005-09-08, 15:04
- Re: No error in C++ Builder when attempting to bin - wodSupport, 2005-09-08, 13:52
- Re: No error in C++ Builder when attempting to bin - wodSupport, 2005-09-08, 13:36