"patil" <x@no.email> wrote in message
news:1219738208734-767160@exchange.ni.com...
> Well, 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. 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.