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 mattip
Recipients brett.cannon, eric.snow, eryksun, jkloth, lukasz.langa, mattip, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-13.16:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552493017.51.0.166933652486.issue36085@roundup.psfhosted.org>
In-reply-to
Content
@eryksun - is there a sample resource: blog post, code snippet, msdn documentation, that demonstrates how that all works? 

I personally find the MSDN documentation of "what happens when I call LoadLibraryEx" not very user friendly. They seem to be written to document the system calls and not to explain the user experience. A diagram with some examples of setting and debugging this would go a long way to helping users enter the right mindset to debug failures to load DLLs because the support dlls they depend on are not found
History
Date User Action Args
2019-03-13 16:03:37mattipsetrecipients: + mattip, brett.cannon, paul.moore, ncoghlan, tim.golden, jkloth, lukasz.langa, eric.snow, zach.ware, eryksun, steve.dower
2019-03-13 16:03:37mattipsetmessageid: <1552493017.51.0.166933652486.issue36085@roundup.psfhosted.org>
2019-03-13 16:03:37mattiplinkissue36085 messages
2019-03-13 16:03:37mattipcreate