Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Scintilla crashes at DoEvent_Scintilla

2008-01-28 Thread Robert May
On 28/01/2008, Reini Urban [EMAIL PROTECTED] wrote: Attached are my tests. Many thanks. I'll tidy them up and apply them. Knowing what the problem was, with a bit of code inspection I was able to get the crash to happen reliably with this one-liner: perl -mWin32::GUI -mWin32::GUI::Scintilla

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Scintilla crashes at DoEvent_Scintilla

2008-01-27 Thread Reini Urban
2008/1/27, Robert May [EMAIL PROTECTED]: On 13/01/2008, Reini Urban [EMAIL PROTECTED] wrote: [Sorry for TOFU] I found and fixed the error. (Scintilla crash) Remove the line with #define PERL_GET_NO_CONTEXT at the top of Scintilla.xs The reason why you cannot reproduce it, it because

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Scintilla crashes at DoEvent_Scintilla

2008-01-12 Thread Reini Urban
[Sorry for TOFU] I found and fixed the error. (Scintilla crash) Remove the line with #define PERL_GET_NO_CONTEXT at the top of Scintilla.xs The reason why you cannot reproduce it, it because MSVC obviously is compiled with PERL_OBJECT (see GUI.h for the perlud struct), Without PERL_OBJECT you