I am using vector manual xl driver dll , I am trying to recieve event from xlrecieve function using RXthread (which is running in background until we close thread) In between or in end, sometimes I am receiving below error code which crashes the python error code- Process finished with exit code -1073741819 (0xC0000005)
Pseudo code-
- RX thread -start
- wait for event (using waitforsingleobject) in every 10ms
- check XLrecive function if any event came -if yes send to callback function
- keep running 1,2,3 step