12-01-2006 03:42 PM





LabVIEW: An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @". In any case I'm certain the method is not even called. If I remove the SAFEARRAY paramter, the call works fine.12-01-2006 05:10 PM
12-11-2006 05:05 PM
12-12-2006 10:03 AM
05-08-2013 03:25 PM
LabVIEW does a better job of typing .NET arrays. Have you tried creating a .NET .dll from the ActiveX one? There's a free command line tool for this from Microsoft:
http://stackoverflow.com/questions/4284797/how-to-extract-typelib-from-a-com-exe-on-command-line
Be sure to run it as administrator.
-D