[perl-win32-gui-hackers] Re: Fixing Scintilla

2005-12-04 Thread Robert May
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

[perl-win32-gui-hackers] Perl contexts [Was: Fixing Scintilla]

2005-12-04 Thread Robert May
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