LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Labview library (.lib) to DLL by Labview 8.2

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

0 Kudos
Message 1 of 5
(4,109 Views)

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?

0 Kudos
Message 2 of 5
(4,099 Views)

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

0 Kudos
Message 3 of 5
(4,037 Views)

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.

0 Kudos
Message 4 of 5
(4,034 Views)

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.

0 Kudos
Message 5 of 5
(4,023 Views)