Re: Add a win32 hello world program

2004-04-18 Thread Mike Hearn
On Sun, 2004-04-18 at 12:22 -0700, Alexandre Julliard wrote: > I think we have already enough small winelib apps that can be used as > starting points, like winver or winepath. I added this one because it's graphical but as simple as possible. Wine either has fully fledged demos like winemine or

Re: Add a win32 hello world program

2004-04-18 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Mike Hearn <[EMAIL PROTECTED]> > Add a win32 hello world program which sets up a simple window and runs > the message loop. This can be used as a starting point for test programs. I think we have already enough small winelib app