[perl-win32-gui-hackers] GUI_Events.cpp/DoEvent correct behaviour?

2005-10-17 Thread Jeremy White
While tracking various crashes down I found myself in the DoEvent function in GUI_Events.cpp, now I don't think there is a issue here - but I did notice something surprising. I would have through that if a control was using NEM events, the OEM logic wouldn't be called for that control. For e

[perl-win32-gui-hackers] Combobox_onEvent crash

2005-10-17 Thread Jeremy White
perl.exe caused an Access Violation at location 7c910f29 in module ntdll.dll Reading from location . Registers: eax=0a4fc680 ebx=0023 ecx= edx= esi=0a4fc678 edi=0a4f8210 eip=7c910f29 esp=0140e000 ebp=0140e00c iopl=0 nv up ei pl zr na po nc cs=001b ss=0023

Re: [perl-win32-gui-hackers] Crash with Combobox GetLBText

2005-10-17 Thread Jeremy White
I've just committed a fix for Combobox.xs (GetString) and Listbox.xs (GetString) - both weren't allocating enough space for Do you think this problem would have been more likely to show up on Windows XP than on Windows 2000? I have an application that seems quite robust on Windows 2000, but