What does it mean when class is declared as 
class WXDLLEXPORT wxMenu;
What is WXDLLEXPORT for?
There is a nice feature in C::B. "Find declaration of ..." and "Find implementation of ..." any object, variable, etc. So right click on the code and select appropriate menu option. Do this with WXDLLEXPORT and you'll come to know more about it.