delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1997/01/25/05:24:01

From: rgordon AT vnet DOT net ("Ryan C. Gordon")
Subject: Linking in InitiateSystemShutdown()...
25 Jan 1997 05:24:01 -0800 :
Approved: cygnus DOT gnu-win32 AT cygnus DOT com
Distribution: cygnus
Message-ID: <D402A5BEE.cygnus.gnu-win32@REX.queens.edu>
Reply-To: rgordon AT vnet DOT net
Mime-Version: 1.0
Comments: Authenticated sender is <rgordon AT pop DOT vnet DOT net>
Original-To: gnu-win32 AT cygnus DOT com
X-mailer: Pegasus Mail for Windows (v2.23)
Original-Sender: owner-gnu-win32 AT cygnus DOT com

Ok, forgive a potentially stupid question, but in an attempt to 
figure out how the API InitiateSystemShutdown() works, I wrote an 
incredibly simplistic program...here it is:


#include <windows.h>

int main(void)
{
    InitiateSystemShutdown(NULL, "REBOOOOOOOT!", 5, FALSE, TRUE);
    return(0);
}


Now, when compiling, I get this:

C:\2\C>gcc testshutdown.c -o testshutdown.exe

C:\WINDOWS\TEMP/cc0010001.o(.text+0x26):testshutdown.c: undefined reference to `
InitiateSystemShutdownA AT 20'



How do I remedy this? Er...I'm running on a Win95 box, and I'm using 
version 17.1 of the development tools.

Much thanks,
--ryan.
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019