January 15, 2005
Can someone post a simple bare bones program here?

I'm looking for a basic 4 file (main.cpp, main.h, about.cpp, about.h) and a program that does nothing more then close or show a dialog style about box.

Steve


January 17, 2005
"Steve" <steve@hmtk.com> wrote in news:csb7hf$28gc$1@digitaldaemon.com:

> I'm looking for a basic 4 file (main.cpp, main.h, about.cpp, about.h) and a program that does nothing more then close or show a dialog style about box.

This program is called 'minimal' sample in wxWidgets and exists in samples\minimal\minimal.cpp. This file is for learning purposes so it has a few interesting comments embedded which could make your life easier.

ABX