QtCreator 2.5 code completition doesn't show windows functions
-
So did you include the windows headers that define the symbols you want to use?
Creator checks the code you wrote incl. all files you included for symbol definitions and offers everything it sees.
-
Of course I did :-)
The code builds fine, it's just I don't see any windows api in code completition after upgrading to 2.5.
I tried uninstalling and reinstalling QtCreator, but it didn't help.
I'm using a custom build qt 4.8.0 with MSVC 2010 on x64 windows 7. Any idea how can I fix it?Thanks
-
Please consider to "file a bug report":http://bugreports.qt-project.org/ then...