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

2005-12-05 Thread Jeremy White
At first glance these errors look like C++ vs. C syntax problems. I haven't looked at the scintilla code, but it would be my guess that the XS files is being compiled as C (this is the standard Makefile.PL behaviour) whereas Win32::GUI (for reasons that escape me) is built using a C++ compiler

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

2005-12-05 Thread Jeremy White
[ I've added a note to myself to look for all the places that we use dTHX and to ensure that they are necessary - I think they are used when we get a win32 api callback such that we can't use the NOTXSPROC calling convention ] I'm still not 100% sure how the context works within Win32-GUI but

[perl-win32-gui-hackers] Win32::GUI::Scintilla V1.08

2005-12-05 Thread Jeremy White
Hi, I've just committed some changes to Scintilla, the main ones being that events now fire for perl 5.8.x. This fix also solves a few issues where Scintilla was crashing, again with perl 5.8.x. This module should work with any version of Win32::GUI from V1.00 upwards. I've also updated Scin

[perl-win32-gui-hackers] RE: [SPAM-MAIL ] - Perl-Win32-GUI-Hackers digest, Vol 1 #239 - 2 msgs - Found word(s) remove list list error in the Text body

2005-12-05 Thread Eric Hansen
Que es esto Scintilla? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, December 04, 2005 10:34 PM To: perl-win32-gui-hackers@lists.sourceforge.net Subject: [SPAM-MAIL ] - Perl-Win32-GUI-Hackers digest, Vol 1 #239 - 2 msgs -

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

2005-12-05 Thread Robert May
Jeremy White wrote: [ I've added a note to myself to look for all the places that we use dTHX and to ensure that they are necessary - I think they are used when we get a win32 api callback such that we can't use the NOTXSPROC calling convention ] I'm still not 100% sure how the context works

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

2005-12-05 Thread Robert May
Jeremy White wrote: At first glance these errors look like C++ vs. C syntax problems. I haven't looked at the scintilla code, but it would be my guess that the XS files is being compiled as C (this is the standard Makefile.PL behaviour) whereas Win32::GUI (for reasons that escape me) is built