Date: Thu, 20 Aug 1998 11:45:35 +0200 (MET DST) From: Olivier Perron To: Paul Walker Cc: djgpp AT delorie DOT com Subject: Re: RSXNTDJ / DLL files In-Reply-To: <35dacced.699270@158.152.254.72> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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 Olivier.