Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Errors in testing Measurement Studio when converting an existing CVI project!

I try to test the facilities of Measurement studio by converting some of the existing sample projects offerred by CVI directly to VC++ environment.
Most of the sample projects work fine, except projects under ..\MeasurementStudio\CVI\Samples\toolbox show link errors.
 
The sample error messages would look like the following:
Compiling...
menudemo.c
menuutil.c
inifile.c
toolbox.c
UIRCallbackTable.c
Linking...
inifile.obj : error LNK2001: unresolved external symbol __GetFilesArray
toolbox.obj : error LNK2001: unresolved external symbol __GetFilesArray
inifile.obj : error LNK2001: unresolved external symbol __GetErrno
toolbox.obj : error LNK2001: unresolved external symbol __GetErrno
inifile.obj : error LNK2001: unresolved external symbol __GetDoubleInf
Debug/Test1.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
Test1.exe - 6 error(s), 0 warning(s)
I got the above error message by converting the project, ..\toolbox\ini.prj, to the VC++ environment, compile the imported project,
and got the above error messages.
 
Could anyone help me out with this issue? 
 
The software version that I used are: VC++ 6.0 & CVI 6.0
0 Kudos
Message 1 of 2
(3,240 Views)

Hey HJJ,

These are standard linking errors thrown by VC.  There is a KB found here that will explain a lot of your issue.  Also, if you search for LNK2001 in the discussion forums you will find numerous forums similar to your issu.

Let me know if you need further assistance.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(3,219 Views)