06-29-2006 12:51 PM
06-29-2006 12:58 PM
What type of instrument driver is it (VISA?, IVI?, Other?)?
Do you have Instrument->Search Directories... set to include the path to the driver?
06-30-2006 07:33 AM
Hi Martin,
I am not sure on the driver what type it is but it has a .fp like we use on all of our other instruments. I included that path but it did not work either. The instrument is an Agilent 4395a spectrum analyser. I'm thinking that maybe it is too old as the readme file references Win 95. Maybe if you could give it a try to see if it works for you than that would be greatly appreciated.
Thanks
Sebastian
06-30-2006 09:45 AM
06-30-2006 09:59 AM
Hi Martin,
The driver is a dll and it only has the lib, fp, dll and header file. I added the whole folder with all of those files to the path where it searched for the fp file and it did not seem to fix the problem. If the lib file is in the folder, do i still have to add it into Labwindows? If so, could you give me a quick run through as I have not done this before.
Thanks for the help
Sebastian
06-30-2006 10:22 AM
You add a .lib file to a project in a similar way to how you added the .fp file: Menu Edit->Add Files to Project->Library... and navigate to wherever the file is.
JR
06-30-2006 10:24 AM
Yes, you have to add the lib file to the project, that way the linker will know how to resolve the links to the functions.
You add a lib file to the project the same way you do any other file, go to Edit->Add Files to Project, select .lib files and then add it using the dialog box.