LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LNK2019

My software compiled with Microsoft VS .NET 2003 give me the next error:
 
Example1 error LNK2019: símbolo externo _IviRfSigGen_ConfigureLFGenerator sin resolver al que se hace referencia en la función _setupAnalogMod
 
 
I'm trying to change my program to get interchangeablity with IVI-C
 
 
I change "Ag"--->"Ivi" in my functions
 
and i include

#include "AgRfSigGen.h"  ---->  #include "IviRfSigGen.h"

and i change in my linker AgRfSigGen.lib ----> IviRfSigGen.lib
 
and  i use a logical name
 
what is the problem???
 

#include "AgRfSigGen.h"--->#include "IviRfSigGen.h"

 
0 Kudos
Message 1 of 1
(3,214 Views)