03-03-2010 09:17 PM
Hi
How to import dll in labwindows which is created in labview.
Thank You
03-04-2010 12:14 PM
Just add your .h and .lib file to your project. and place .dll file to your project directory.
Include .h file to your file and start using function exported in .h file.
When you create dll from LabVIEW you should have .h, .lib and .dll files.
11-01-2011 12:09 PM
Hi test_man,
I did that you said but I've got another errors on compilation, as in picture attached.
Dou you know what happens? Can you help me?
I made the dll on LV8.6 and callind in CVI 8.1.
Tks,
André
11-07-2011 08:39 AM
Hello -
My guess is that you are #include'ing extcode.h after you are including toolbox.h. Toolbox defines 'Min' 'Max' etc as macros, and the LV header file unfortunately does not check for these defines. Try moving extcode.h up in the inclusion list to see if that helps.
NickB
National Instruments