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