delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <F5AFD56E32E8D21191090060974838B165F6EB@ulm003.vs.dasa.de> |
From: | "Lasslop, Andre" <Andre DOT Lasslop AT vs DOT dasa DOT de> |
To: | "'cygwin AT sourceware DOT cygnus DOT com'" <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | AW: CancelIo() |
Date: | Tue, 21 Dec 1999 10:11:00 +0100 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2650.21) |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id EAA05341 |
Hello Mumit, I tried your prototype with a little test program as follows : #================================== #include <stdlib.h> #include <windows.h> BOOL WINAPI CancelIo(HANDLE); int main( void ) { HANDLE iohandle; CancelIo( iohandle ); exit( EXIT_SUCCESS ); } #================================== Making of the program puts everytime a "undefined reference to 'CancelIo AT 4'", regardless if the compiler/linker-options like -mno-cygwin and -mwindows are set or not. Therefore, which library contains the CancelIo-Function ? Sorry for these pedantic questions, but I feel like a newbie now. Regards André -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |