LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 64bit v LabVIEW 32 bit for deploying executables

Solved!
Go to solution

Hello Everybody,

 

I'm using a 64-bit PC but looking to deploy an executable that can used on either 64-bit or 32-bit PC's.

 

Does it matter if I use LabVIEW 64-bit, i.e. is it less reliable if run on 32-bit?

 

Rgds,

Seán

0 Kudos
Message 1 of 5
(3,356 Views)
Solution
Accepted by topic author SeanJ

Only 32 bit executables can run on both. You should use LabVIEW 32bit anyway.

 

(LabVIEW 32bit has much better driver and toolkit support and is more widely used. This also makes it more stable and well-tested. It runs perfectly on a 64bit OS and can use up to 4GB of memory when running on a 64 bit OS (details).

LabVIEW 64bit is still a niche product that is only really needed if you require the gigantic address space (>4GB) that it provides.)

 

 

Message 2 of 5
(3,345 Views)

Thanks Altenbach,

 

I just installed 64-bit, doh!

 

Is it possible to swithch between version, i.e. have both installed?

 

Rgds,

Seán

0 Kudos
Message 3 of 5
(3,336 Views)

@SeanJ wrote:

 

Is it possible to swithch between version, i.e. have both installed?

 


Yes, you can install both. There is no conflict.

Message 4 of 5
(3,332 Views)

@altenbach wrote:

@SeanJ wrote:

 

Is it possible to swithch between version, i.e. have both installed?

 


Yes, you can install both. There is no conflict.


One little caveat is if you use dlls in your code.  If you call 32-bit dlls in your code, those vis will not compile under LabVIEW 64-bit, and vice-versa.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 5 of 5
(3,302 Views)