12-19-2005 10:40 AM
12-20-2005 05:37 PM
12-21-2005 08:54 AM
I found a solution. The people that made this API also made a COM object, and they replaced the byte[] with a seperate class called ByteArray that takes a reference, so everything works now. However, maybe you can help with a problem I'm now having. In the write() function, LV takes a couple ints and this ByteArray as inputs. The ByteArray is a variant, so I convert the ref to variant data, the same way I did in read(), but the method call gives me an error saying "Invalid number of parameters." Any idea what this could mean? LV loads the number of parameters from the method's signature, and there is only one version of this particular method.
Thanks for your help
12-21-2005 10:30 AM
12-21-2005 10:38 AM