LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Any one tell me what is the step in calling a function from a *.lib file in Labview application


"patil" <x@no.email> wrote in message
news:1219738208734-767160@exchange.ni.com...
> Well,&nbsp;I have only .lib. Do you mean LabView has limitations and works
only with DLLs.And there are no straight ways to use existing drivers
provided as libs.&nbsp;Thanks everyone for your recommendations and help.

A C program has the same limitation. No C program can call .lib files
directly. Sure, a linker can link a .lib file together with the program. But
then you need a linker to do the connecting.

You can use the same linker to make the dll. To use the .lib, you also need
a .h file. With the .h file and the .lib file, you can probably use tools
like libtool to make a dll very easily.

Regards,

Wiebe.


0 Kudos
Message 11 of 11
(239 Views)