LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

static library with function panel embeded into

Hi,

 

I created a static library .lib which uses inifile.fp. I am using this library in some other project to create a  dll. Unless i include the inifile.fp along with the library i am not able to link the project.

 

Is there a way to to avoid adding the function panel in my second library?

 

Reagrds,

Ramjee

0 Kudos
Message 1 of 2
(3,021 Views)

Just include the source file for the fp, inifile.c, in your static library build.

 

You'll typically find it in C:\Program Files\National Instruments\CVInn\toolslib\toolbox.

 

--
Martin
Certified CVI Developer
0 Kudos
Message 2 of 2
(3,013 Views)