LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to disable Release64 configuration

Solved!
Go to solution

Is there a way to disable Release 64 configuration in the configuration list?

0 Kudos
Message 1 of 4
(3,103 Views)

Hi,

 

You don't have to use it....Pick the 32bit installer ,

 

Any way you can only build the active distribution so you can set the active build as you want...

-----------------------------------------
Kobi Kalif
Software Engineer

0 Kudos
Message 2 of 4
(3,093 Views)

I am automate the build proces by calling ActiveX functions.  One of step is to fake the key code to setup configuration to Release.  The "Shift R" will select Release configuration in Batch Build Configuration List.  With older version of LabWindow, this only selects "Release" configuration.  I am using LabWindow 2010 and it selects both "Release" and "Release64" configuration" which is a problem.  We don't want to build our project as 64 bit program.  If only I can remove "Release64" in the list, that code will work perfectly in older version as well as 2010 version.  Is there a way?

0 Kudos
Message 3 of 4
(3,081 Views)
Solution
Accepted by topic author pgc

The Batch Build dialog should remember the set of configurations that were selected the previous time that you used it. This information is saved in the workspace file. So, if you always want to build the same configuration(s), you could set them once, manually, and then you wouldn't have to worry about it when you run the automation program.

 

Luis

0 Kudos
Message 4 of 4
(3,060 Views)