From: jrussell AT voicenet DOT com (J Russell Smyth) Subject: Re: windows 30 Sep 1997 16:08:15 -0700 Message-ID: <3430DB56.6521D5B3.cygnus.gnu-win32@voicenet.com> References: <199709300956 DOT JAA20317 AT t1000 DOT grn DOT es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Mojo AT majorbbs DOT grn DOT es wrote: > hi! I've recently downloaded r18 but I came up with a problem with > MS windows programs, such as this tiny one: > > #include > int WINAPI WinMain(HINSTANCE hInstance, > HINSTANCE hPrevInstance, > LPSTR lpCmdLine, int nCmdShow) > { > MessageBox(NULL, > "TEST" > "You can exit now", MB_OK|MB_ICONASTERISK); > return(0); > } > > First of all, I didn't know where to find the library with > MessageBox(). > After a grep, I find it in libglaux.a; ok, I linked it with the > program. > It compiles ok, butwhen executing windowsasks me glaux.dll; I've tried > > to build it, but itseems it doesn't work. > I need some help :) > > .al > - > For help on using this list (especially unsubscribing), send a message > to > "gnu-win32-request AT cygnus DOT com" with one line of text: "help". MessageBox is in libuser32.a/user32.dll Russ Smyth jrussell AT voicenet DOT com - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".