Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

VC++6.0 include fieldPoint.obj in build Get error: unresolved external symbol _GetCVIVersion@0

I am trying to include the fieldPoint.obj object in my VC++ project. During linking I get
unresolved external symbol _GetCVIVersion@0 Is this a macro call, or am I failing
to include another library in my build?
0 Kudos
Message 1 of 2
(3,224 Views)
Make sure to add the following libs to your VC project

..\extlib\cvirt.lib
..\extlib\cvisupp.lib

This should resolve the CVI runtime symbols that the obj file requires.

Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,209 Views)