I create a CVI 5.5 dll to dialogue with a Visual C++ application. I use the
LPCSTR and BSTR types to return to my application a string from my dll.
In my appli. with the LPCSTR type, I find the right string but it is copied
on a wrong place in the memory and I lost all my data.
I don't know how I have to do to resolve this problem of types compatibility
between dll and application.