This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Elli Pirelli
Recipients Elli Pirelli, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-31.22:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485902890.51.0.436027929505.issue29399@psf.upfronthosting.co.za>
In-reply-to
Content
I should perhaps clarify my sentence "As described, as long as forwarder.dll does not contain a import dependency on real.dll, loading forwarder.dll and doing GetProcAddress("Func") will fail, if real.dll is not in the standard DLL search path."

What i tried to say was:

As described, as long as forwarder.dll does not contain a import dependency on real.dll, loading forwarder.dll succeeds, but doing GetProcAddress("Func") will fail if real.dll is not in the standard DLL search path. If this forwarder.dll is put in one of the standard DLL search paths, GetProcAddress("Func") successfully resolves the address of the dummy function Func in real.dll.
History
Date User Action Args
2017-01-31 22:48:10Elli Pirellisetrecipients: + Elli Pirelli, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-01-31 22:48:10Elli Pirellisetmessageid: <1485902890.51.0.436027929505.issue29399@psf.upfronthosting.co.za>
2017-01-31 22:48:10Elli Pirellilinkissue29399 messages
2017-01-31 22:48:10Elli Pirellicreate