symlink dll

Reini Urban rurban@x-ray.at
Wed Sep 1 06:34:00 GMT 2004


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/



More information about the Cygwin-apps mailing list