LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to include static libraries in CVI Projects?

Hi,
I have a CVI 6.0 Project that depends on many static libraries (*.lib).  I have a sub directory that contains these static libraries.  I do not want to add these libraries (*.lib) to my CVI project workspace since there are too many.  Is there a way to include them in Library Options like the *.fp?
 
Thanks,
shemma
0 Kudos
Message 1 of 2
(3,147 Views)

Unfortunately not. As static libraries have to be linked into the exe, they have to be in the project, so you have to add them to your project. Since CVI 7.0 there is a new Project Explorer in Tree-View style, which makes organizing all the files of your project much more easier, maybe you should have a look at a newer version?

 

Hope this helps!

0 Kudos
Message 2 of 2
(3,077 Views)