08-09-2006 09:08 AM
10-16-2006 07:42 AM
Hi Daniel,
I see that you don't have any answer to your post for the moment. I hope that you have found a solution to your issue. If you still have this issue, I suggest you to verify that your library is well linked. I don't particularly know Mac OS X, but I know this kind of error. It means that the declaration of the function is founded (you have included the “NIDAQmxBase.h” header file) but the definition (or code) of the function is not found.
If you link your library statically, be sure that it is included in your project. If you load your library dynamically, please verify that your code to load the library is functional.
Best regards,