Hi I have a large CVI DLL 7.1.1 which is called from a VC.NET project. When I build the CVI DLL on one computer everything works. I take the whole project directory to another computer, recompile, and it fails to load the DLL. The DLL load fails. It can find the dll entrypoint but cannot find the first function that is called from the application. The dependency walker sees all the exported functions but when tracing the DLL load shows that it fails at some point. What setting do I need to change in CVI on the one computer to make it work better? What settings are not carried with the project workspace?
Thanks,
DS