Is CAN_Initialize thread safe?
Posted: Thu 14. Jan 2016, 09:18
Hey,
I'm currently have problems with CAN_Initialize calling from another thread.
I wrapped the PCAN Basic function in my own class and call CAN_Initialize in the constructor.
If create the class in my main thread everything works fine. If I start another thread to create a instance the thread exists at CAN_Initialize.
Do I need to regard something for threading?
Thanks,
Tobias
I'm currently have problems with CAN_Initialize calling from another thread.
I wrapped the PCAN Basic function in my own class and call CAN_Initialize in the constructor.
If create the class in my main thread everything works fine. If I start another thread to create a instance the thread exists at CAN_Initialize.
Do I need to regard something for threading?
Thanks,
Tobias