Code::Blocks Forums
User forums => Help => Topic started by: wxuserbrest on July 05, 2007, 08:22:11 am
-
Hi,
completion seems to work for file in the project but doesn't work automaticaly on header file. I use wxWidgets and i don't know how to have header file scanned. Do someone succeed in doing it ?
Thanks for answer
-
Hi wxuserbrest,
you have to add the directory that contains the header files to search dirs of the compiler. Then the files will be parsed and you get command completion.
Bye,
Mario