Re: No error in C++ Builder when attempting to bin (General questions)
Thanks for the speedy response, that's fixed it!
The code you supplied above didn't compile right off, but a minor alteration fixed it and now I get an error code returned.
VARIANT var;
var.vt = VT_ERROR;
HRESULT hr;
hr = Server->GetDefaultInterface()->Start(var);
Thanks again.
David Lucas
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