Jeremy White wrote:
I'm trying to fix Scintilla, with the aim of creating a new release of
this module. The problem is that Scintilla defines and uses it's own
PERLWIN32GUI_USERDATA structure. As this structure has changed over time
in Win32-GUI it creates all kinds of problems with this module
2) I'm confused about the Perl context and how it's used within
Win32-GUI - and how Scintilla should handle things.
I've got it working by doing:
dTHX; /* fetch context */
in the Scintilla event handlers, but had to remove NOTXSCALL/NOTXSPROC
in some functions where the context isn't us
2 matches
Mail list logo