Discussion:
usb-8451using Borland
(too old to reply)
Chris_R.
2007-07-25 18:10:10 UTC
Permalink
Hi James,
Sometimes they are tricky to find!  Anyway, yes, the ni845x.lib contains calls to the functions in the ni845x.dll.  The ni845x.dll contains all the functions for the 845x device.  Once you install the drivers, you can find the 845x Software User Manual at Start>>All Programs>>National Instruments>>NI-845x.  This lists all the functions and detailed descriptions of what they do.
 
I hope this helps!
aRno_
2007-07-30 10:10:07 UTC
Permalink
Hello,
I have a question concerning the library ni845x.lib.
I'm developping an application with LabWindows/CVI and I installed the ni845 driver. The execution of my application fails because of a problem with library link. I suppose that a file is missing.

Error message :
Warning : Cannot find program file for library
Library : 'NI-845x'
Function Panel File : "c:\Program Files\National Instruments\CVI80\bin\ni845x.fp"
I notice that there is no .lib file associated with ni845x.fp in this directory. The installation of the driver failed? How may I generate this file?
Thank you for helping me.
 
arno
 
I found the dll file, ni845x.fp 
Chris_R.
2007-07-31 21:10:14 UTC
Permalink
Hello,
If it is not in that directory, that is definitely the source of that error.  There was either a problem with the installation (possibly corrupt) or CVI was installed AFTER the drivers for the NI-845x, thus that directory did not exist for the installer to place the .fp there. 
 
If you go into the Add/Remove programs in Windows and select National Instruments>>Change>>NI-845x>>Repair, it should install any missing files for the driver on your system.  Also, in the NI-845x installation tree, make sure support for LabWindows/CVI is selected to be installed.  If the repair doesn't work, I would try a complete uninstall/reinstall of the driver.
 
If all else fails, you can try the attached .fp file and place it in the proper directory (I had to zip it as it is not a valid extension for the forums).  I still suggest a repair since I am not sure what all went wrong with the installation.
 
<img src="Loading Image..."> Message Edited by Chris_R. on 07-31-2007 04:08 PM


845x install tree.jpg:
http://forums.ni.com/attachments/ni/70/7248/1/845x install tree.jpg


ni845x function panel.zip:
http://forums.ni.com/attachments/ni/70/7248/2/ni845x function panel.zip
Loading...