From: johnny AT tecc DOT co DOT uk (John Knottenbelt) Subject: Linking with a .DLL 7 Aug 1998 16:52:44 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: gnu-win32 AT cygnus DOT com Hi Does anybody know of an easy way to link against a .DLL? At the moment I have to define my own .DEF file and then use the dlltool to create an import library (.a). Alternatively is there a way of linking directly with the .DLL file, or perhaps a way of declaring that a function is located in a .DLL file rather than just using extern "C"? Thanks for any advice - 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".