Elli Pirelli added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29399>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to