"Richard Moore" <[email protected]> wrote: > On 24 January 2014 12:20, Phil Hannent <[email protected]> wrote: >> >> However could you explain how QtWebkit is able to view https pages >> when the libeasy32.dll is not in my path or next to the application? > > It must be located in one of the many locations that are searched. On > linux I'd suggest you use strace to check where you're actually > getting it from, I'm not sure of the best equivalent on windows though > this tool from sysinternals might work. > http://technet.microsoft.com/en-gb/sysinternals/bb896656
I'd suggest Process Monitor instead: http://technet.microsoft.com/en-gb/sysinternals/bb896645 It's complicated to setup a filter that shows only LoadLibrary("ssleay32.dll") calls, but this tool can show in much more details what a process is doing. --gv _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
