"Cannot create a win event notifier without a QEventDispatcherWin32"

845 Views Asked by At

Qt triggers the exception
"Cannot create a win event notifier without a QEventDispatcherWin32"
when trying to open a QextSerialPort

1

There are 1 best solutions below

0
On BEST ANSWER

Turns out this was beause I was inadvertently using a debug build of qextserialport.dll with a release build of my host application.