Open GoogleCodeExporter opened 9 years ago
Well it is basically the same output as on the issue 153.
> > moc_qextserialport.cpp
>
> 1>GeneratedFiles\Debug\moc_qextserialport.cpp(157): error C2027:
> 1>Verwendung
> des undefinierten Typs "QextSerialPortPrivate"
>
1>GeneratedFiles\Debug\moc_qextserialport.cpp(157) : error C2027: use of
undefined type 'QextSerialPortPrivate'
Here the english version of the MSCV2010
> c:\qextserialport-1.2rc\examples\uartassistant\generatedfiles\debug\../../..
/../src/qextserialport.h(167): : see declaration of 'QextSerialPortPrivate'
1>GeneratedFiles\Debug\moc_qextserialport.cpp(157): error C2227: left of
'->_q_onWinEvent' must point to class/struct/union/generic type
1>GeneratedFiles\Debug\moc_qextserialport.cpp(157):: error C2061:
syntax error : identifier 'HANDLE'
1>GeneratedFiles\Debug\moc_qextserialport.cpp(158): error C2027:
use of undefined type 'QextSerialPortPrivate'
c:\qextserialport-1.2rc\examples\uartassistant\generatedfiles\debug\../../..
> /../src/qextserialport.h(167):
: see declaration of 'QextSerialPortPrivate'
> 1>GeneratedFiles\Debug\moc_qextserialport.cpp(158): error C2227: left of
'->_q_canRead' must point to class/struct/union/generic type
Original comment by Hech...@web.de
on 15 Oct 2013 at 5:49
Original issue reported on code.google.com by
Hech...@web.de
on 15 Oct 2013 at 3:33