Re: [win32gui] RE: [perl-win32-gui-hackers] Crash in CommonMsgLoop

2005-10-18 Thread Robert May
Jeremy White wrote: Ok - think I've got it - just not sure what the fix should be - or even if a fix is needed. In my app, I catch the terminate event and ask the user if they are sure they wish to exit. If they say yes, I perform logic to save various settings. Once the settings have been save

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

2005-10-18 Thread Robert May
Jeremy White wrote: Seems like that should suffice, assuming that MSDN's definition of "character" is a 32-bit UCS-2 character. I have no clue if MS supports UCS-2 characters that use multiple 32-bit numbers to represent a single character, but I believe such are legal. And if they do suppor

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

2005-10-18 Thread Jeremy White
Seems like that should suffice, assuming that MSDN's definition of "character" is a 32-bit UCS-2 character. I have no clue if MS supports UCS-2 characters that use multiple 32-bit numbers to represent a single character, but I believe such are legal. And if they do support them, I don't know

RE: [perl-win32-gui-hackers] Combobox_onEvent crash

2005-10-18 Thread Jeremy White
Hi, perl.exe caused an Access Violation at location 7c910f29 in module ntdll.dll Reading from location . Apologies this issue was my error. My application was performing an buffer overflow which ended up causing this error. Cheers, jez.