Adal Chiriliuc wrote: > Python uses LoadLibraryEx with the LOAD_WITH_ALTERED_SEARCH_PATH flag > which means that DLLs used by the extension will be searched > IN THE EXTENSION FOLDER and not on PATH.
Can you please refer to the part of the documentation that documents that PATH is not searched? In http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/dynamic-link_library_search_order.asp the documentation says that the PATH is searched in step 6. > It is a little strange that it is not loaded directly from the Windows > side by side folder (%WINDIR%\WinSxS). You should check if the manifest > is embedded correctly inside the DLL. How do you get VS to do that? Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com