News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

WxWidgets Code Complete

Started by queenorych, October 14, 2006, 11:57:27 PM

Previous topic - Next topic

queenorych

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

queenorych

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!