Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: khaoz on September 05, 2010, 10:23:36 pm
-
I have added a lot of paths to my search path, but i don't know if i need to add one by one or only top directories to get the code completion working fine (i will install boost and ogre3d too).
Can you help me ?
Thank you.
-
but i don't know if i need to add one by one or only top directories to get the code completion working fine (i will install boost and ogre3d too).
No, you don't, CodeCompletion plugin will add them automatically.
-
in most cases aye :) allthough i seen a few cases where it fails to find the right include directory one example is a msys/mingw compiled freetype where the freetype include directory is a subdirectory of freetype2 in the mingw/include folder.
in that case you get an error saying it cant find the freetype folder ;) so here it might be nessesary to add it to path.