I'm just using CVI built-in DLL sample(\National
Instruments\CVI71\samples\dll\basic\cvidll) and trying to convert it to
Visual C++(6.0) DLL by using Measurement Studio AppWizard(7.0 for VS
6.0). Errors as follow:. It's very discouraged since i can convert
built-in DLL to VC DLL.
--------------------Configuration: g - Win32 Release--------------------
Compiling...
toolbox.c
cvidll.c
Linking...
g.def : error LNK2001: unresolved external symbol SampleExportedFuncName
Release/g.lib : fatal error LNK1120: 1 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file
Error executing link.exe.
g.dll - 3 error(s), 0 warning(s)