11-05-2007 06:38 AM
11-05-2007 10:26 AM
Hello Olivera,
I think you are missing "dsComm.h" header file. Look for it, copy it and paste it in the file which has your "ds_test_function". Let me know of the outcome.
Robert Mensah
11-05-2007 02:12 PM
11-06-2007 04:27 PM
Hi Olivera,
This frequenly happens to me. There are three ocations that I have had link errors:
1) I added a library to my program but the .lib file was an outdated version.
2) My program was missing a file that it could not find
3) My program was missing a header file.
So, when you get link errors these are some things to look for.
Anyway, did your problem get solved after adding the the header file?
Robert Mensah
11-08-2007 04:38 AM
What are the critieria for a library to be considered an "outdated" version?
Best regards,
Kevin C.
11-08-2007 10:18 AM
Hi!
Answering your questions:
The library in updated. All files that are required are in the environment path and the header file has no problems.
I am afraid that it is a CVI bug, because one of my libraries starts to work after I begin a new project and the other stops.
Do you have any other idea?