LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

linking error: undefined symbol 'newasynctimer'

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.

 

0 Kudos
Message 1 of 2
(4,154 Views)

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

Message 2 of 2
(4,146 Views)