Hi,
I"m working with CVI7.0 and try to use a dll for Anritsu MP1570. What i found in the ziped file from Antrisu is a list of files including 2 dll's (one for the instrument, one for working with CVI) and a bunch of h files.
I put the two dlls in c:\VXIPNP\WINNT\bin (where the rest of the instruments dll's are) and included the h files in my c code. It passed the compilation but gave my a link error: 'Undefined Symbol...'
With my other instruments I have the source files, so, I compile them (with a seperate project) and creats a .lib file which I, then, includ in my main project.
What do I do in this case when I don't have the source?
Thanks
Rafi