I'm definitely getting lost in al the wxWidget classes. I want to have a frame/window that acts like a cout - there's a textbox on it, and it can be accessed from any other frame.
I'm not sure how I can do this, though. Someone on the wxForum recommended me wxLog, but that seems to be only local to a class. Is it possible to make the log global to all classes ? If yes, how?



LinkBack URL
About LinkBacks



stream if I'm not mistaken, so you might also declare a global wxLog or whatever instance. 