c++ - Issue with the serial port in Qt and Windows: qwineventnotifier -


i have problem in qt -> c++. need open serial port of rover in qt, , downloaded library "qextserialport-1.2rc". in linux it's okay, in windows 7 there error (it doesn't find file called "qwineventnotifier").

i tried download file, didn't resolved problem: there still error when try include library "qextserialport".

thanks, matt

edit: error is: qtcore/private/qwineventnotifier_p.h:no such file or directory


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -