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

by David Lucas, (7221 days ago) @ Jasmine

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

locked

Complete thread: