Mail Archives: djgpp/1998/08/20/05:48:52
On Wed, 19 Aug 1998, Paul Walker wrote:
> On Wed, 19 Aug 1998 13:00:04 GMT, paul AT black-sun DOT removeme DOT demon DOT co DOT uk
> (Paul Walker) wrote:
>
> >Does anyone use this, or have any idea what might cause the following
> >errors?
>
> Oops. Forgot to include the source.
>
> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR
> lpCmdLine, int nCmdShow)
> {
> MessageBox (NULL, "Hello Win32", "First App", MB_OK);
> return 0;
>
> }
>
>
You forgot #include <windows.h>
Olivier.
- Raw text -