LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Will LV (32bit) run on a win7 64 box in compatability mode?

Being told by IT that my days of support Win XP are soon to disappear.  Being that all my apps spread over the place have been written on an XP system (thus a 32 bit system) I am trying to get a new computer that has a 64 bit system (to better support the heavy cad work and such) but still allows me to work LV in a 32 bit environment.

 

Have read that running an XP mode virtual machine on win 7 (64 bit) works but IT says this won't be an option once support for XP goes away.

 

Wanted to see what solutions other people had come up with for this type of situation.  Anyone know if it is possible to run a win 7 32 bit virtual machine on a win 7 64 bit system?  And would that allow LV to be developed in a 32 bit environment?

 

Switching everything over to 64 bit is not really an option.  Many hardware drivers I use do not have 64 bit versions.

 

Thanks for any thoughts

 

Doug

Doug

"My only wish is that I am capable of learning each and every day until my last breath."
0 Kudos
Message 1 of 13
(3,475 Views)

Hi Doug,

 

you still can use LabVIEW/32bit on a Win7/64bit system. I do that right now...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 13
(3,467 Views)

And when you compile vi's and build exe's, they will work ok on a different 32 bit machine, win 7 or XP? 

 

I had read a note from LV that compiled vi's or builds performed on a 64 bit machine would not work on a 32 bit machine.

Doug

"My only wish is that I am capable of learning each and every day until my last breath."
0 Kudos
Message 3 of 13
(3,457 Views)

Hi dacad,

 

I build LV2009SP1/32bit executables on Win7/64bit and run them on WinXP/32bit - no problems. Also running them on Win7/32bit works without problems...

 

In the appbuilder build properties you find some checkmarks on compatibility (you may limit the supported OS). As long as you don't fiddle around with those settings you (most often) will have no problems to run LV executables on different computers!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 13
(3,455 Views)

Same here, LV/32bit runs on the Win7/64bit machine. The only initial issue in one of my applications I had to solve was a DDE link with an external program that no longer worked. This could be resolved by running LV as administrator.

 

Cheers

Edgar

0 Kudos
Message 5 of 13
(3,454 Views)

Fair enough.  I will have my IT set up a 64 bit box to do some trials.

 

The information I got elsewhere here must have been incorrect.

 

Thanks !

Doug

"My only wish is that I am capable of learning each and every day until my last breath."
0 Kudos
Message 6 of 13
(3,439 Views)

The information was correct, sort of! If you install LabVIEW for Windows 64 Bit, and then build an application, the resulting executable will be a 64 bit executable and therefore only work on 64 bit Windows systems.

 

However installing LabVIEW for Windows 32 Bit on Windows 64 bit is no problem at all and the resulting executable is a 32 bit executable that will install both onto Windows 32 Bit and Windows 64 Bit machines just fine (ignoring for a moment possible issues about hardware drivers that also need to be available for both platforms of course).

Rolf Kalbermatter
My Blog
0 Kudos
Message 7 of 13
(3,415 Views)

That tends to make a bit more sense.  Thanks for the clarification.  I think my original information came from a post during a webcast as a by-the-way thing.

Doug

"My only wish is that I am capable of learning each and every day until my last breath."
0 Kudos
Message 8 of 13
(3,395 Views)

I'm working on LV application for market which doesn't use any hardware except Visa for USB CDC COM port emulation. I'm planning to use 32bit LV 32 and to suggest customer to install 32 bit LV Runtime and after that Visa runtime engine. Is that optimal solution.

0 Kudos
Message 9 of 13
(3,272 Views)

@Oldi wrote:

I'm planning to use 32bit LV 32 and to suggest customer to install 32 bit LV Runtime and after that Visa runtime engine. Is that optimal solution.


Good choice on LabVIEW 32bit. More optimally, you should include all the additional installers when building the installer for your application.

0 Kudos
Message 10 of 13
(3,269 Views)