On 09/02/2008, Jeremy White <[EMAIL PROTECTED]> wrote:
> Ok - found the problem:
>
> Scintilla.PL line 466:
>
> print '  my $lenght = $self->GetTextLength() + 1;', "\n";
>
> changes to:
>
> print '  my $length = $self->SendMessageNN(2182, 0, 0); # includes trailing 
> NUL', "\n";
>
> But the method SendMessageNN doesn't exists in the XS module.
>
> Not to sure what the fix should be - a typo in the send message method name
> or should there be a method called SendMessageNN in the XS module?

Typo. That should be SendMessage rather SendMessageNN.

Fix on its way to CVS now.

Many thanks for taking the time to investigate this.  Is that all your
issues dealt with?

Regards,
Rob.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/

Reply via email to