From: root AT jacob DOT remcomp DOT fr (root) Subject: winspool.lib 7 Apr 1997 21:14:56 -0700 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Original-To: gnu-win32 AT cygnus DOT com Content-Type: text Original-Sender: owner-gnu-win32 AT cygnus DOT com 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".