#include #include int main(int argc, char **argv) { PruebaWin w("Probando comunicar ventanas..."); w.show(); Fl::run(); }