09-03-2009 08:00 PM
hi,
i am facing a problem to convert the labview library file(.lib) (in labview 6.1) to DLL by using the labview 8.2.
the build is unsuccess.
the DLL file later will using the test stand to call out.
Could you please share me the method or step by step to doing the convertion.
i am looking for the help in urgent.
Thanks and look for your reply.
Rgds
GUY
09-03-2009 09:47 PM
KS GUY wrote:i am facing a problem to convert the labview library file(.lib) (in labview 6.1) to DLL by using the labview 8.2.
I am not familiar with (.lib), do you mean (.llb)? LabVIEW 6.1 did not have (.lvlib).
KS GUY wrote:the build is unsuccess.
In what way? Do you get an error message? Are the VIs themselves operational in 8.2?
09-11-2009 08:33 AM
Hi,
Thanks for your reply.
The .lib file is like the library in instr.lib file.
As i know, one library file may be got few vi, so that when i need to convert the library to DLL, it cant success.
However, i got try convert one by one vi, it seen ok.
i dont know why we can convert the vi but can once time convert the library to DLL.
Please advice.
Thanks
09-11-2009 09:06 AM
I'm sorry but I really don't understand what you are saying.
When you create a dll, you select one or more VIs as exported functions in the dlll. Since it sounds like you can do that, it does not seem like you have a problem at all.
09-11-2009 10:08 AM
I think he may be looking to see if there's a way to create a DLL from a LabVIEW library in a one-step operation rather than adding each VI individually. This is not possible, as far as I know.
To OP: There are two different types of libraries in LabVIEW: .llb and .lvlib. There is no .lib. "instr.lib" is just the name of the directory.