Subj : Re: Using CancelIo in BC++ 5 To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Wed Aug 06 2003 03:24 pm John W wrote: >I'm using BC++ 5.02 and want to use CancelIo to abort pending >async reads on a messaging queue. CancelIo is is located in >kernel32.dll and defined in winbase.h in the Visual Studio set >of include files. BC's winbase.h, however, does not include it. Must be a newer function than 5.02 You should be able to use LoadLibrary and GetProcAddress to access the function. I just wrote a message in Newsgroups: borland.public.cppbuilder.commandlinetools Subject: Re: problems building app which calls .dll functions that covers LoadLibrary and GetProcAddress .