1. Re: Win32Lib Crash (exw error?)
On Sat, 25 Sep 1999 22:06:47 -0400, Irv Mullins <irv at ELLIJAY.COM> wrote:
>Hi:
>
>I downloaded the bleeding edge version of Win32lib, and get a crash
whenever I
>try to scroll thru a listbox using the arrow keys (mouse works ok). Below
are
>the important parts (I hope) from the ex .err file:
>
>Regards,
>Irv
>
>C:\EUPHORIA\INCLUDE\win32lib.ew:9929 in function subclassed()
>Select2() needs 1 arguments, not 2
I notice this frequently when working with Win32Lib. Why does the error
here say 'Select2() needs 1 arguments, not 2' instead of 'Select2() needs 2
arguments, not 1'??? Is this a bug in exw or is it related to the way
Win32Lib does things (using 'routine_id')?