I can not make the executable file because there are link errors:
Undefined symbol
'_DBFetchNext@4 referenced in "My file.c" and other functions that belong to cvi_db.h header (DBDisconnect, DBActivateSQL, DBConnect, etc.)
I'm using SQL Toolk Kit, I include the librarycvi_db.h, I tried to fix the problem coping the cvi_db.h to the same directory that the executable file, I looked for cvi_db.pth and I didn't find it.
I'm using CVI 8.0.1, how can I fix the problem. Please help me!