LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I create an executable file for 32 bit that was written in 64 bit?

Solved!
Go to solution
Can I create an executable file intended to run on a 32 bit system that was developed in LV 64 bit?
0 Kudos
Message 1 of 3
(705 Views)
Solution
Accepted by topic author scott613

You need LabVIEW 32-bit to build a 32-bit executable.  But your code should just open in the same version of 32-bit LabVIEW and 64-bit LabVIEW.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(687 Views)

As long as you build it using the appropriate development environment. 

NOTE: third party dependencies like DLLs should also be 32-bit when you build (if you have any)

Message 3 of 3
(683 Views)