LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

346, 5 error: implicit declaration of function 'InsertTableRows'. Make sure that you include the function prototype.

Solved!
Go to solution

捕获.PNG

2.PNG

 

 

I have added the #include<userint.h> before,but still this error.

Do anyone please tell how to solve it?

Thanks a lot.

0 Kudos
Message 1 of 4
(2,615 Views)
Solution
Accepted by topic author wulijun

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.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 4
(2,598 Views)

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.

0 Kudos
Message 3 of 4
(2,595 Views)

After reinstall the product ,I solved it,Thanks

0 Kudos
Message 4 of 4
(2,578 Views)