in reply to x64 Win32::GUI TreeView broken, question and "fix" included

See Win32::GUI::Constants / https://metacpan.org/source/KMX/Win32-GUI-1.12/Win32-GUI_Constants/Constants.PL

If some constants are missing, add them

  • Comment on Re: x64 Win32::GUI TreeView broken, question and "fix" included

Replies are listed 'Best First'.
Re^2: x64 Win32::GUI TreeView broken, question and "fix" included
by tomsell (Acolyte) on Mar 17, 2016 at 10:08 UTC

    Using the same wrong constant as my sub returns wouldn't be any help. The problem is my inability to understand the macro definition in the C header file.

    Also, IMHO Constants.PL is nice to have, but to promote a fast startup especially for large GUI definitions, I'd recommend to define the set of required constants in the application script.

      Also, IMHO Constants.PL is nice to have, but to promote a fast startup especially for large GUI definitions, I'd recommend to define the set of required constants in the application script.

      Have you actually measured this? I think as an optimization , it isn't :)