Home
Community
Discussion Forums
Most Active Software Boards
Measurement Studio for VC++
Topic
Measurement Studio for VC++
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
VC++6.0 include fieldPoint.obj in build Get error: unresolved external symbol _GetCVIVersion@0
VC++6.0 include fieldPoint.obj in build Get error: unresolved external symbol _GetCVIVersion@0
ds4279
Member
02-15-2006
11:51 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
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)
Reply
Re: VC++6.0 include fieldPoint.obj in build Get error: unresolved external symbol _GetCVIVersion@0
bilalD
NI Employee (retired)
02-17-2006
09:09 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
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)
Reply
All Forum Topics
Previous Topic
Next Topic