Parse error at "__identifier"
-
wrote on 13 Oct 2017, 12:46 last edited by A Former User
Hi! Since there are no x86 precompiled binaries for VS 2017, I use VS 2015 x86 binaries.
The problem is when compile the program:
:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/ATLMFC/INCLUDE/atlbase.(3350): Parse error at "__identifier"
and compilation fails.
How to fix it? Thanks.
-
@Cobra91151 said in Qt 5.9.2 moc issue:
0/VC/ATLMFC/INCLUDE/atlbase.(3350): Parse error at "__identifier"
Hi
seems to be known bug
https://bugreports.qt.io/browse/QTBUG-61433
https://bugreports.qt.io/browse/QTBUG-56634 -
@Cobra91151 said in Qt 5.9.2 moc issue:
0/VC/ATLMFC/INCLUDE/atlbase.(3350): Parse error at "__identifier"
Hi
seems to be known bug
https://bugreports.qt.io/browse/QTBUG-61433
https://bugreports.qt.io/browse/QTBUG-56634wrote on 13 Oct 2017, 13:28 last edited byOk. I have fixed it temporary by defining in the
.pro
file:
DEFINES += _ATL_NATIVE_INITIALIZATION
And also reported it https://bugreports.qt.io/browse/QTBUG-63772 . Thank you.
1/3