From: GBradfor AT fhssmtp DOT redstone DOT army DOT mil (GBradfor) Subject: Newbie Compilation Question 31 Oct 1997 18:52:57 -0800 Message-ID: <0008BD2E.3272.cygnus.gnu-win32@fhssmtp.redstone.army.mil> To: gnu-win32 AT cygnus DOT com Yet again I must apologize for the newbie nature of this question, but perusing the archives has revealed no answer. I am compiling a very simple program for reading keystrokes. Specifically, I wish to use GetKeyState(). I have included windows.h in my program file, and I have linked with both user32 and glaux (the latter of which I believe may be superfluous.). The reason I have not used the -mwindows option is that I am not trying to write a GUI-based program, just to get access to GetKeyState. In any case, I keep getting the following two error messages: C:\WINDOWS\TEMP\cc0010001.o(.text+0x3a):keystate.c: undefined reference to GetKeyState AT 4 C:\WINDOWS\TEMP\cc0010001.0(.text+0x6d):keystate.c: undefined reference to GetKeyState AT 4 And, naturally, the link fails. I have checked the libraries using nm and have found that user32 and glaux appear to be where GetKeyState AT 4 is defined. Apparently, I'm wrong. Any suggestions? /s/ Pat Bradford Respond to: gbradfor AT redstone DOT army DOT mil AND/OR p_n_brad AT traveller DOT com (With the weekend coming up, this one is preferable) - 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".