LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you disable string pooling in LabWindows?

I need to turn off string pooling in labWindows CVI 2013 to support some legacy code.  The CLANG manual describes an option "/GF-" that would do this. 

 

Is there a way to tell LabWindows to always use this option when compilng the project?  We would like to be able to continue to use the GUI and Build option in LabWindows.

 

Thanks,

Jerald

0 Kudos
Message 1 of 2
(2,825 Views)

Hi jrpend

 

I'm not sure how to implement that option, but I would start looking into using the command line interface to compile your LabWindows™/CVI™ code. I haven't seen any options within the programming environment to disable this option.

 

Andy F.
Applications Engineering
National Instruments
Message 2 of 2
(2,793 Views)