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