Hi,
You need some kind of C compiler (Visual C++, for example) to compile the instrument driver code into a dll. The file you need are the .c and .h. In CVI you would include include the .c, .h and .fp file into a project and compile a dll. For other compilers, you'll need to check with the compiler's manual how to generate dlls.
Here's a link to a NI tutorial on making dlls in Visual C++:
http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/3a1f4b7cbc68b636862567cc004d5cca?OpenDocument
Once you have the dll you can import the CVI instrument driver to LabVIEW.
I'm attaching a compile dll for the instrument driver you're working with. You can use this dll to import the CVI driver. It should work prope
rly, I tested it here. I you come across any problems using the dll, you might need to compile the code yourself.
You also need to include the CVI run time engine in your target machine. Go to www.ni.com to download a free copy of the runtime engine.
Hope this helps.
DiegoF.
National Instruments.