i have working software trying to install on a replicate system. it does not compile on the replicate system. the problem is nise, niseCfg link errors for example:
Undefined symbol: '_niseCfg_GetVirtualDeviceProperty@20' referenced in "TestSystem_Config.c"
originally it complained it couldn't find the nise.h and niseCfg.h header files. i copied the header and some other object and fp files (yeah, yeah, i know :-/ from my working system to the replicate system (in the NI/Shared/CVI directory path).
it then found the header file and prototypes but now the undefined link errors. i have nise.dll in my WIndows System directory.
Please help. what do i do to fix this? thanks!