http://qs321.pair.com?node_id=11139205


in reply to A Win32 new Perl build dilemma

Try using WinAPIOverride to see if there's any difference in WinAPI calls between the old and the new Perl? If there isn't any, it must be somewhere else (flags in the EXE itself set by the linker? something fishy in the manifest?). If you do find something, it could be traced to the CRT and Perl's use of it.

Replies are listed 'Best First'.
Re^2: A Win32 new Perl build dilemma
by mikegold10 (Acolyte) on Nov 29, 2021 at 18:47 UTC
    Turned out to be a need for a registry change, as mentioned in my reply to the first post...