Mail Archives: cygwin/1997/04/07/21:14:56
Has anybody here done the import lib for winspool.drv?
I have discovered to my dismay, that Microsoft has defined the exports
without the '@' kludge. I.e. the export is named
_EnumPrinterDriversA
but this function is _stdcall, so my compiler (as probably gcc too)
generates a call to a function :
_EnumPrinterDriversA AT 28
So the import library should do what?
Transform automagically the generated call into a call to a dll
function_EnumPrinterDrivers of course. But this breaks my import
library generator :-(
Has anybody done this here?
Thanks for your help
--
Jacob Navia Logiciels/Informatique
41 rue Maurice Ravel Tel 01 48.23.51.44
93430 Villetaneuse Fax 01 48.23.95.39
France
-
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".
- Raw text -