Guten Tag Brian Neal, am Mittwoch, 21. März 2012 um 20:14 schrieben Sie: > Is there anything that can be done to avoid a problem like that in the > future? Perhaps a note in the readme? I have noticed that Bitnami and > Collabnet dump all the SVN and Python binding DLL's into the same > folder. I'm not a windows / dll expert so I don't know if that is a > good solution or not.
In many cases this is the preferred way of deploying DLLs, alternative is to use WinSXS-technices, which needs support by the installation packages. Deploying all DLLs of an application with the application is the most easiest way, especially without installers. http://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx#standard_search_order_for_desktop_applications Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:[email protected] AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon.............030-2 1001-310 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow
