Re: wodSSH in C++ Builder (General questions)
Ryan,
yes, COM error 800A7548 should be checked by using last word fro it - hex(7548) = dec(30024) = Only available in Blocking mode .
Error says it all. You can use WaitFor (or Execute) only when Blocking is set to true.
Hope it helps.