hello
You need to have an import library for the dll available for CVI to use. VC generates this lib file for you when you export functions in a dll. Include this file in your project and all should be well. The linker needs this file to resolve any functions that you might be using from the dll.
You can also generate the import library by opening the header file of the dll from CVI, going to Tools >> Generate Dll Import library.
Hope this helps
Bilal Durrani
NI
Bilal Durrani
NI