Re: wodSSH in C++ Builder (General questions)
Ryan,
what does it mean 'recognize BSTR sequences'? If you need to convert them to/from LPSTR you can use WideCharToMultiByte and MultiTypeToWideChar, but I'm quite sure BCB has some internal classes for that.