Author Topic: WxWidgets Code Complete  (Read 3480 times)

queenorych

  • Guest
WxWidgets Code Complete
« 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

queenorych

  • Guest
Re: WxWidgets Code Complete
« Reply #1 on: October 15, 2006, 10:42:26 pm »
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!