10-21-2010 12:18 AM
Hi everyone,
First, I want to know if I can execute files built on 64bit Labview machine on a 32bit Labview software or not?
And second, does Lanview 64bit include all the toolkits and modules available in the 32bit version? Or, simply, which one is really better?
Thanks in advance
10-21-2010 08:51 AM
VIs constructed in one of the versions can run on the other one without problems. However, compiled code cannot run on the other platform. I had problems with that when I first installed 64-bit version and then realised that I needed to call a 32-bit DLL from a VI. The only solution was to install the 32-bit version of LabView. Every time I've loaded a VI or library that requires that LabView makes a compilation, it has done so automatically without my interaction.
It is my understanding that all toolkits available for 32-bit are also available for 64-bit. The only difference is that 32-bit LabView comes with an extra DVD containing drivers and such, whereas for 64-bit they have to be downloaded.
10-21-2010 04:03 PM
This KnowledgeBase should answer all of the questions you have about LabVIEW x64 vs x32.
10-21-2010 05:45 PM
I looked at that. It doesn't answer my question. My point is about executing 64bit files on the 32bit version but the knowledge base mainly talks about how to operate 64bit software on 32bit vs. 64bit Operating systems.
10-21-2010 06:02 PM