08-26-2008 02:14 AM
Hello,
I used in my Program the Asynchronous Timer Funktions. But I received the error
"undefined symbol 'newasynctimer' in main.c"
I have found here an example for using this Functions but the error appears everytime.
Every function call results in this error (dependent of th function: New.., Discard)
Can someone help me?
Thanks,
Christian
PS
I have attached the AsyncT-Example from here because its the same error but not so large as my program.
08-26-2008 04:25 AM
You should add the async timer library to your environment.
To do so:
* Library / Customize / Browse to <CVIDIR>\toolslib\toolbox
* double-click on "asynctmr.fp"
* Exit and launch CVI again
The library shall be usable then.
Best regards,
Nicolas