After using rtlsdr_read_async in console application, i tried to use a window form with the same code (read_async, thread/semaphore).
I simplfied the application code to have only an empty window, the SDR initialization, and the frame ADSB data processing with hex values display.
Finally, i can ...