LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labviw 32bit/64bit and .dll 32bit/64bit

Solved!
Go to solution

Hi,

 

I am using labview 2018. I need to call some devices'  .dll. The .dll is 64bit.

Shall I use labview 32bit or 64bit in order to call the 64bit .dll?

Or it does not matter?

 

Regards,

Jialing 

 

0 Kudos
Message 1 of 3
(1,007 Views)
Solution
Accepted by topic author JialingJade

Use LabVIEW 64-bit to call a 64-bit DLL.

 

If you can't do this in some circumstance (e.g. you're using 64-bit for a 64-bit DLL, and/or more RAM access, and then you also need a 32-bit DLL) you have to create a matching-bitness application with some method of communicating, e.g. in the example above you could create a 32-bit application that ran alongside your other application and used TCP or Network Streams or similar to communicate between applications. Not ideal...

 

For more details, see Calling a 32-Bit DLL from 64-Bit LabVIEW and Vice-Versa.


GCentral
Message 2 of 3
(987 Views)

Thank you!

It resolved.

0 Kudos
Message 3 of 3
(931 Views)