This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: DLLTOOL documentation?


Bruce James[SMTP:bjames@clear.net.nz] wrote:
>1. Is there any documentation on DLLTOOL available?

Not much as far as I can figure out. You can get some idea of what it
does by typing "dlltool --help", which gives a brief summary. You can
also look at the Cygwin readmes and FAQ for examples of dlltool in
use (for adding .reloc sections to executables, and for building DLLs).

>2. What's the Gnu equivalent of Borland's IMPLIB for generating an import
>library from a DLL?

That's a good question. I don't think there actually is one. However,
Windows 95 at least you can use the Quick View option on the DLL to get
a list of exports, which you can then laboriously produce your own .def
file from, and then run dlltool on the .def file.

There's probably a better way to do it, but I don't know it.

Colin.

-- Colin Peters - colin@bird.fu.is.saga-u.ac.jp
-- Saga University Dept. of Information Science
-- http://www.fu.is.saga-u.ac.jp/~colin/index.html
-- http://www.geocities.com/Tokyo/Towers/6162/

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]