LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

using import library in exe application

Hi

 

Im am struggling to find out how to use an import library in CVI 2013.

I built the MuPDF open source 1.7a library using VS 2010. I would like to use this in my application but i have now idea how to do it. I have only use DLL before and not a lib file.

 

Can anyone help me please ?

Example codee maybe ?

 

Help share your knowlegde
0 Kudos
Message 1 of 2
(4,213 Views)

Hi Shako,

 

Does the MuPDF have header files, etc.?  How do the function calls work?  

 

The typical process would be to just use a generated import library to link between CVI itself and a dll as in this article:

http://digital.ni.com/public.nsf/allkb/EC2ECA974F8763D586256929006D17D7?OpenDocument

 

Maybe you can just go to Edit >> Add Files to Project >> Library (*.lib) and go from there?  I'm not sure where the actual functions are in your case.

Michael Keane
National Instruments
0 Kudos
Message 2 of 2
(4,180 Views)