Does anyone know how to use LSTR with the ActiveQt stuff? I have a custom marshalled interface and the ActiveQt stuff only supports BSTR (OLE wide chars) but this is an 8-bit string. I somehow need to get th Qt stuff to take the LPSTR and not have Qt Complain "QAxBase: Unhandled type LPSTR"

Suggestions?
I can't change the interface.