develooper Front page | perl.perl5.porters | Postings from March 2014

[perl #121513] no PERL_IMPLICT_SYS Win32, exactly 4 .. in relative path, DynaLoader loads wrong dll

Thread Next
From:
bulk88 via RT
Date:
March 27, 2014 01:21
Subject:
[perl #121513] no PERL_IMPLICT_SYS Win32, exactly 4 .. in relative path, DynaLoader loads wrong dll
Message ID:
rt-4.0.18-27264-1395883286-660.121513-15-0@perl.org
On Wed Mar 26 17:13:50 2014, bulk88 wrote:
> On MSDN today the description for the
> flag is.
> 
> -------------------------------------------
> If this value is used and lpFileName specifies an absolute path, the
> system uses the alternate file search strategy discussed in the
> Remarks
> section to find associated executable modules that the specified
> module
> causes to be loaded. If this value is used and lpFileName specifies a
> relative path, the behavior is undefined.
> 
> If this value is not used, or if lpFileName does not specify a path,
> the
> system uses the standard search strategy discussed in the Remarks
> section to find associated executable modules that the specified
> module
> causes to be loaded.
> 
> This value cannot be combined with any LOAD_LIBRARY_SEARCH flag.
> -------------------------------------------

Forgot to add, in an old "Longhorn" MSDN, the no relative paths warning isnt there,
----------------------------------------------
If this value is used, and lpFileName specifies a path, the system uses the alternate file search strategy discussed in the Remarks section to find associated executable modules that the specified module causes to be loaded. 

If this value is not used, or if lpFileName does not specify a path, the system uses the standard search strategy discussed in the Remarks section to find associated executable modules that the specified module causes to be loaded.
---------------------------------------



-- 
bulk88 ~ bulk88 at hotmail.com

---
via perlbug:  queue: perl5 status: new
https://rt.perl.org/Ticket/Display.html?id=121513

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About