01-03-2020 05:12 PM
I want to include the nonlinear fitting module in the labwindows software. And I have got the dll file and it's header.
I have some difficulties to generate the import library. Is there anyone can help me.
I have attached the files. They can also be found in the following link.
01-05-2020 06:09 AM
What did you try? What didn't work?
01-05-2020 06:32 AM
The fact is I don't know how to generate the library in labwindows
01-05-2020 07:26 AM
It's described in the help in LabWindows/CVI. http://zone.ni.com/reference/en-XX/help/370051AG-01/cvi/programmerref/generatingimportlib/
01-05-2020 03:52 PM
Thanks for your reply.
However, I haven't generate the desired .lib file. I have attached the files. Could you please have a look?
Best,
01-21-2020 03:04 AM - edited 01-21-2020 03:04 AM
Give the same name to your .h and .dll. Open the .h, [Tools][Generate Import Library], add the result to your project, add the include to your .c, use the functions from the dll and that's the gist of it.