07-14-2009 02:16 AM
Hello,
For my project I have to call a function in a DLL. Its prototype in Basic is :
Function
xxxxxxx(ByRef arg1 As Long,
ByVal arg2 As String,
ByVal arg3 As Long,
ByVal arg4 As Long,
ByVal arg5 As Long,
ByVal arg6 As Long,
ByVal arg7 As String) As Long
I'd like to use it with the Call Function vi, but I always get a 1097 error under LabVIEW 8.6 . I have attached my VI file. Could I have some help please?
Thanks a lot,
N.Rabearison
07-14-2009 04:11 AM
07-14-2009 05:53 AM
Hello,
Thanks for the advice. I managed to correct my error, I put an array as 1st argument instead of putting a pointer to a value. Excuse me for the post.
Thanks a lot!
N. Rabearison
07-14-2009 06:53 AM
I suppose you are welcome!!!!!