Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
4.6.0
-
None
-
Windows Vista, Excel 2007, QT 4.6
Description
I generated excel.h and excel.cpp files using the command :
dumpcpp
-o excel
I add the line : #include "excel.h" in my main.cpp
But I got 1000 errors like :
excel.h:26: error: use of enum `MsoCalloutDropType' without previous declaration
excel.h:27: error: use of enum `MsoTriState' without previous declaration
excel.h:28: error: use of enum `MsoCalloutAngleType' without previous declaration
...