Hello
Are you using the CVI import wizard to bring the project into MSVC? The wizard should automatically link up the right files for you automcatially. The libraries to use with MSVC are located in the CVI subfolder and is called extlib\msvc.
CVI has its own graph control, which is alot simpler to use than the activex graph.
What prolly is happening is that since you used the activex controller wizard to generate the wrappers, you might need to move those generate files over and well into the same folder as your project and add references to the files.
For the other CVI functions, here is a list of the libs needed for the various CVI functions
gpib.lib/* GPIB/GPIB 488.2 Library*/
dataacq.lib/* Traditional NI-DAQ Library*/
visa.lib/* VISA Library*/
nivxi.lib/* VXI Library*/
ivi.lib/* IVI Library*/
nidaqmx.lib/* NI-DAQmx Library*/
cviauto.lib/* ActiveX Library*/
These are all in the extlib folder. I got the above list from the CIV programmers reference manual.
Hope this helps
Bilal Durrani
NI
Bilal Durrani
NI