digitalmars.D.learn - BindIoCompletionCallback()
hi, it seems that the BindIoCompletionCallback() and related functions missing from the headers and libraries. how would i get those? regards %u
Dec 21 2006
it seems that the BindIoCompletionCallback() and related functions missing from the headers and libraries. how would i get those?For a more complete conversion of the Win32 headers over and above what the standard library contains, try the WindowsAPI project on DSource - http://www.dsource.org/projects/bindings/browser/trunk/win32 Or just declare the functions you need access to in your own module and link with the associated .lib file.
Dec 21 2006