LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL

Dear all, I am using a Call Library function to call a DLL. However, I am getting an extremely weird error. My code is attached, its extremely simple. 

0 Kudos
Message 1 of 4
(2,392 Views)

Any chance it's a 64-bit DLL and you're using 32-bit LabVIEW, or vice versa?

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

I don't have much information regarding the DLL. I just want to incorporate it in Labview to access its functions. 

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

@Rayzab wrote:

I don't have much information regarding the DLL. I just want to incorporate it in Labview to access its functions. 


You did not attach any "code", just a picture. Big difference! A picture is nearly useless for debugging purposes.

 

In order to incorporate it into LabVIEW, you need to have detailed information. No way around that.  Did you create it using LabVIEW? Is it a DLL typically found in stock windows?

 

Where does the DLL come from? Who made it and how? What are the exposed functions? What are the required parameter inputs? What are the outputs?  What are the calling conventions? What is it supposed to do? Does it depend on other DLLs?Is the path you supply a valid path?

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