Re: Exception handling/Error question (General questions)
I took out the exception handling and now the error occurs as soon as I return from the Connect function in the wodftpdlx.tli file.
inline HRESULT IwodFtpDLXCom::Connect ( const _variant_t & Hostname, const _variant_t & Port, const _variant_t & Protocol ) {
HRESULT _hr = raw_Connect(Hostname, Port, Protocol);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}