11-06-2019 09:35 AM - edited 11-06-2019 09:35 AM
Hi,
How does one get rid of this error or update this header file? I have about 106 files that use this library I guess. I haven't used this program in a while.
"cvidef.h"(265,1) error: #error _CVI_LIBS is out of date
Solved! Go to Solution.
11-07-2019 02:51 PM
You need to use the cvidef.h that is supplied with the compiler you're using. Not sure how you can end up in this situation, either the path to an older version is hard-coded or somebody copied it out of an older compiler directory.
11-07-2019 03:00 PM
Thank You Marcel! I think it was an older version that he might have pulled out of the old directory. I think I got it now. Now just little newonces from his coding that needs to be fixed then I should be able to compile this completely without error.