Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Using NI-DAQ with Borland C++ 5.01

Hi,
I've got a problem using Ni-DAQ with Borland C++ 5.01 (i know this section is for visual C++ but I couldm't find any for ANSI C++). If I write a simple program with one of the libraries included in nidaq.h and if i specify the correct lib and include locations I have a problem with the linkink process; in particular it says that the function can be resolved...
If anyone can help me I would appreciate it. Thanx
Optoclasfo
0 Kudos
Message 1 of 2
(2,858 Views)
Hey optoclasfo,

I haven't used Borland much, but with Visual C++ the problem normally
happens because the lib and include paths are not added to the
project. For Visual C++ they are stored at
Tools->Options->Directories. If the library files (*.lib) are not
added to the project you can get this error as well.

I hope this helps out.

Joshua P.
Application Engineering
National Instruments
0 Kudos
Message 2 of 2
(2,858 Views)