Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: queenorych on October 14, 2006, 11:57:27 pm
-
I've finally gotten wxwidets compiled and complete. For those that are having trouble with this, the key is to use the make method and not the ./configure. Then blocks slides right in.
My problem now is code complete with wxWidgets. I have it finding wxMenuBarBase, but not wxMenuBar. I've looked at the headers for wxwidgets and the menu.h file includes the msw/menu.h file. This doesn't appear to be done.
Any idea how to get blocks to show all code complete options. My apologies if this is posted somewhere. I couldn't find anything.
Thanks
-
Well there has to be a better way, but I found this: http://www.litwindow.com/Knowhow/Intellisense/intellisense.html . I justed added the wx_intellisense.h file to my project and violla!