Re: [Kicad-developers] Interesting DLL Hell with SSL

2013-10-03 Thread Brian Sidebotham
This project: http://tibcoadmin.com/tibco/activematrix-businessworks/problem-with-libeay32-dll-and-ssleay32-dll/ has seen this behaviour too, and also concludes that the PATH is ignored in the search for the library. Their solution is to copy their DLL and overwrite the one in SysWOW64! lol. What

Re: [Kicad-developers] Interesting DLL Hell with SSL

2013-10-04 Thread Maciej Sumiński
Hi Brian, In fact it looks very strange.. I am just wondering - wouldn't it be easier to link OpenSSL as a static library? It may require a rebuild in the KiCad-Winbuilder, but then you will not have to care about stuff that users keep in Windows directory. Regards, Orson On 10/04/2013 12:2

Re: [Kicad-developers] Interesting DLL Hell with SSL

2013-10-07 Thread Brian Sidebotham
On 4 October 2013 08:55, Maciej Sumiński wrote: > Hi Brian, > > In fact it looks very strange.. I am just wondering - wouldn't it be > easier to link OpenSSL as a static library? It may require a rebuild in the > KiCad-Winbuilder, but then you will not have to care about stuff that users > keep i