08-05-2025 04:10 PM
Our 64-bit project fives this warning:
Cannot find 64-bit program file for library 'VXI Library'.
What is this and what do I need to do to shut it off?
Thanks...
08-07-2025 03:40 AM
If you are not using VXI you could try unchecking the corresponding option in the Library menu if checked: go to Libray/Customize, change the option and restart CVI.
08-07-2025 09:14 AM
@RobertoBozzolo wrote:
If you are not using VXI you could try unchecking the corresponding option in the Library menu if checked: go to Libray/Customize, change the option and restart CVI.
Thanks! I changed this, but it did not seem to modify the workspace or project file. Do you know where this is saved? Or will we have to do this on any system with LabWindows development tools?
And it begs the question... what if we actually wanted to use this (we do not)? Is it missing or some extra install step needed?
08-12-2025 11:03 AM
Regarding your first question, the list of libraries is maintained at system level so a change in the list is not reflected in the project or the workspace. I seem to remember to have red some post about options kept at project and system level but didn't find it at the moment. I suppose they are stored somewhere in the registry or in some configuration file of CVI. You'll have to manually update every system of yours, but fortunately this is an option that remains valid until it is changed, regardless the project loaded.
Since I don't develop 64-bit programs I cannot help you for the second question.