James
James

Reputation: 25543

"Cannot create a win event notifier without a QEventDispatcherWin32"

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

Upvotes: 1

Views: 845

Answers (1)

James
James

Reputation: 25543

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

Upvotes: 1

Related Questions