News:

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

Main Menu

Code Completion for wxWidgets?

Started by earthcrosser, June 29, 2007, 08:40:36 PM

Previous topic - Next topic

earthcrosser

Code completion for wxWidgets on Linux doesn't really work for me.

I added the include path (/usr/include/wx-2.8 ) as an additional search path like the FAQ says, and now the include files are found (right click->open... works)  and some classes like wxAppConsole are recognized, but it still doesn't work for most other classes. I guess this has something to do with preprocessor conditions in the wxWidgets header files.

Is there anything I could do to make it work? Thanks.