Hello,
I'm trying to build a LabVIEW user interface for an ActiveX we have already build for Visual Basic. One of the methods takes pointers to strings as arguments to the method (passed as BSTR*). The method then fills information into the strings using the pointers. I have wired string controls to the input connectors for this method and wired the corresponding outputs of the method to local write variables of the string controls but I don't get the strings from the ActiveX. If I fill in a default string to one of the string controls, the string is just passed through the ActiveX method, but remains unchanged. Has anybody an idea what I'm making wrong?
Thanks, Sven.