11-09-2017 07:16 AM
Dear All,
I am always getting this link error.
I suspect that the project I am trying to build was made in a previous CVI version.
Please help
Francesco
11-10-2017
01:55 AM
- last edited on
06-18-2025
07:04 PM
by
Content Cleaner
Hello Francesco,
try to look at the folowing documents, you'll maybe find useful information.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019KrgSAE&l=en-US
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8uISAS&l=en-US
11-10-2017 03:14 AM
Thanks for your reply.
Can be a windows releted problem? one collegue has windows 7 and it seems to compile and build fine but I have windows 10.
Francesco
11-10-2017
04:15 AM
- last edited on
06-18-2025
07:09 PM
by
Content Cleaner
I found that ImageBase is mentioned here:
https://www.ni.com/docs/en-US/bundle/labwindows-cvi/page/cvi/usermanual/prjbuildopt.htm
11-10-2017
05:47 AM
- last edited on
06-18-2025
07:09 PM
by
Content Cleaner
I have made some more experiments.
I started from the example here: https://www.ni.com/en/support/documentation/supplemental/09/calling-a-dll-in-labwindows--cvi---expli...
It works fine.
Then I added the .lib and .h that I need to use and added some simple code just to open an USB communication.
I get the same error I get in my project.
If I comment the line with hid_open then no problem.
I am attaching the modified example in case of need.
Thanks
Francesco
11-17-2017 03:29 AM
Update: in CVI2010 the project can be successfully compiled and built. In CVI2017 not.
So maybe there is some kind of issue with 32-bit DLL managing in CVI2017.