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 David Lucas, Thursday, September 08, 2005, 15:04 (6777 days ago) @ wodSupport

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: