would like to create a dll by CVI8.5 and this dll should by called from VC2005.
I managed to create this dll from \CVI85\samples\dll\simple dll example. In this example, both dll and caller are write by CVI8.5.
Now I would like to change the caller from CVI8.5 to VC2005. I copy the .h .lib and .dll files from dll project to VC2005 project.
I add cvirt.lib and cvisupp.lib. But it still occur link error LNK2019. plz see the attachment.