in reply to Re^12: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location
in thread if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location
and that produced the following output:use warnings; use strict; use Win32; my $ret = Win32::LoadLibrary('C:\sisyphusion\PLplot_broken.dll'); print "ret=$ret glr=".Win32::GetLastError()."\n"; $ret = Win32::LoadLibrary('C:\sisyphusion\PLplot_ok.dll'); print "ret=$ret glr=".Win32::GetLastError()."\n";
It's not just 5.8.9 where this happens, but also 5.8.8, 5.14.0. 5.16.0 (and perhaps other perls as well).ret=1647050752 glr=0 ret=1659895808 glr=0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^14: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location
by bulk88 (Priest) on Dec 06, 2012 at 03:55 UTC | |
by syphilis (Archbishop) on Dec 06, 2012 at 05:13 UTC | |
by bulk88 (Priest) on Dec 06, 2012 at 07:36 UTC | |
by Anonymous Monk on Dec 06, 2012 at 13:41 UTC |