05-07-2019 11:10 PM
I have added the #include<userint.h> before,but still this error.
Do anyone please tell how to solve it?
Thanks a lot.
Solved! Go to Solution.
05-08-2019 01:46 AM
This is a strange error: I have faced it sometimes but never with reference to a native CVI library.
You could try forcing a rebuild of the project: close CVI and delete cvibuild.colview folder as well as colview_dbg.exe file, then retry the project.
Colview is one of CVI shipping examples: does this happens also with other sample projects you cam find on disk? If yes, then something may have been corrupt in CVI install, try to repair or reinstall the product.
05-08-2019 02:09 AM
Thanks for your help,I tried to rebuild,but it still not work.
when I delete the InsertTableRows(...) statement,it can be build successfully.And other projects which doesn't call the InsertTableRows(...) can work,too.
Maybe I should try to reinstall the product.
05-08-2019 09:32 PM
After reinstall the product ,I solved it,Thanks