View Single Post
Old Sep 3rd, 2007, 8:13 PM   #6
Game_Ender
Professional Programmer
 
Game_Ender's Avatar
 
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3 Game_Ender is on a distinguished road
wxWidgets uses quite a few macros I would get use to them. If you wish to really understand the source code more, you should download it and use a tool to do text searches over it. It really impossible without something like grep to find every place in the wxWidgets source where "IMPLEMENT_APP" is (and with that information find the place where its defined).
__________________
Robotics @ Maryland AUV Team - Software Lead
Game_Ender is offline   Reply With Quote