News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

how to make completion works ?

Started by wxuserbrest, July 05, 2007, 08:22:11 AM

Previous topic - Next topic

wxuserbrest

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

mariocup

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