06-24-2015 07:43 AM
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 ?
06-25-2015 04:01 PM
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.