I am using the INI file instrument driver in my CVI6.0 project. I included the inifile.h and inifile.obj but when I try to run my application, I get link errors in inifile.obj file. If I use the inifile.fp file (along with the inifile.c file) verything works ok.
What could be wrong in my setup? I thought if I am using obj file, I don't need anything else. I have done this multiple times with other instrument drivers that NI provides as a part of CVI.
Hello, Functions in inifile refer to functions in toolbox fp file. So, you can just add toolbox.obj in your project, and your project should link without a problem.
Mika Fukuchi Applications Engineer National Instruments
"mfukuchi" wrote in message news:5065000000050000004BFF0000-1042324653000@exchange.ni.com... > Hello, > Functions in inifile refer to functions in toolbox fp file. So, you > can just add toolbox.obj in your project, and your project should link > without a problem. > > Mika Fukuchi > Applications Engineer > National Instruments