03-30-2012 07:55 PM
So last night it started taking 3+ minutes to launch my app in the debugger and in a fit of frustration I uninstalled everything (I had a beta NDK installed) and did a fresh install. Created a new empty C++ project. Added main.cpp typed #include <vector> and the little ? showed up on the side.
Sure enought the cpp include paths are not in the project. This worked in the Beta 3 but it doesn't work in the release.
I just tried it on a completely different machine and got the same result.
Norm
04-01-2012 11:03 PM
But it does compile, doesn't it?
If it does you need to check whether you have correct folders in File->Properties->C/C++ general->Path and symbols->Languages->GNU C
04-02-2012 09:52 AM
Yes, it does compile. I just assumed it wouldn't because of the missing preprocessor lines that were in my other projects. So I assumed because the preprocessor definitions were different that it wasn't correct. I guess I was expecting something to not work properly since I was running into so many other difficulties at the time and I had just reinstalled everyhthing.
Sorry I try not to make frivolous posts... Move along, nothing to see here...
Norm
04-02-2012 10:53 AM
Your post is totally fine and indeed *sometimes* it is a pain in one place to make Indexer work (so you don't see question marks in editor). You see errors/warning in editor but project compiles and runs fine... -(