This is the mail archive of the cygwin-apps@cygwin.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]
Other format: [Raw text]

Re: symlink dll


Max Bowsher schrieb:
IT WILL NOT WORK!
Try it yourself if you like.

Ah sure, static PE imports.
So we just have to use delay loading for ld, similar to the MSVC linker.
Then via some kind of libcygdelay.a with a symlink resolver before LoadLibrary().


Wine winegcc has it.
  http://www.mail-archive.com/wine-devel@winehq.com/msg20983.html
But ld --help | grep delay is empty
Still not there? Should be --delay-lib

Should not be hard. Objections cgf?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/vcconunderstandinghelperfunction.asp
http://www.esat.kuleuven.ac.be/~gcc/shared_libraries.html
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/


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