LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Again another 1097 error...

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

0 Kudos
Message 1 of 4
(2,765 Views)
Have you gone through this kb
0 Kudos
Message 2 of 4
(2,753 Views)

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

0 Kudos
Message 3 of 4
(2,739 Views)

 


Excuse me for the post

 

 

I suppose you are welcome!!!!!

0 Kudos
Message 4 of 4
(2,728 Views)