#include 

using namespace wkgl;

WPARAM main()
{
  //Construct the window
  Window win( "Hello World" );
         
  //Make the window ready to display
  win.show();
         
  //Begin actual program
  return win.beginMessageLoop();
}

    Source: geocities.com/mike_nooner/docs/doc/Tutorials/samples

               ( geocities.com/mike_nooner/docs/doc/Tutorials)                   ( geocities.com/mike_nooner/docs/doc)                   ( geocities.com/mike_nooner/docs)                   ( geocities.com/mike_nooner)