#include #define LAYOUTFILE #include GUI_APP_MAIN { WithMainLayout x; x.counter <<= 10; CtrlLayout(x); x.Run(); PromptOK(AsString(~x.counter)); }