Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Jakob Eriksson
On Sat, Dec 13, 2003 at 03:14:42PM -0800, Alexandre Julliard wrote: > Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > > and what way could it be done in? do you mean writing win16 test app to > > catch that SBM_GETRANGE16 one? or is it just about handling of ordinary > > message (SBM_GETRANGE) u

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Shachar Shemesh
Saulius Krasuckas wrote: On Sat, 13 Dec 2003, Alexandre Julliard wrote: In this case, you have to write a 16-bit app, create a 16-bit scrollbar window, and send it various SBM_GETRANGE16 messages and see what happens. The code itself is simple, the main problem is probably finding a developmen

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Saulius Krasuckas
On Sat, 13 Dec 2003, Alexandre Julliard wrote: > In this case, you have to write a 16-bit app, create a 16-bit > scrollbar window, and send it various SBM_GETRANGE16 messages and see > what happens. The code itself is simple, the main problem is probably > finding a development environment for 16-

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Andreas Mohr
Hi, On Sat, Dec 13, 2003 at 03:14:42PM -0800, Alexandre Julliard wrote: > Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > > and what way could it be done in? do you mean writing win16 test app to > > catch that SBM_GETRANGE16 one? or is it just about handling of ordinary > > message (SBM_GETRAN

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-13 Thread Alexandre Julliard
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > and what way could it be done in? do you mean writing win16 test app to > catch that SBM_GETRANGE16 one? or is it just about handling of ordinary > message (SBM_GETRANGE) under odinary win32 system? eghm.. can you explain > the process of investigati

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-13 Thread Saulius Krasuckas
On Fri, 12 Dec 2003, Alexandre Julliard wrote: > No, there is an SBM_GETRANGE16 message apparently, only it's not > documented. What is needed is to investigate how that message is > supposed to behave, and then implement the proper translation in > WINPROC_MapMsg32ATo16. and what way could it be

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-12 Thread Alexandre Julliard
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > may now i ask someone for a help or explanation? the question is: if the > win16 doesn't handle SBM_GETRANGE message, should wine send it in a case > of win16 app? if no, then i'd like to start writing an additional check > ;-). No, there is an SBM_

win16 app crashes in SCROLL_GetScrollRange()

2003-12-12 Thread Saulius Krasuckas
hi, once i got this crash. i have ve filled a bug report: http://bugs.winehq.com/show_bug.cgi?id=1503 now, inspired with a notice made by Andreas Mohr..: > Ah, WAIT!! Watcom has: > ./h/nt/winuser.h:#define SBM_GETRANGE0x00E3 /*not in win3.1 */ .i decided to dig into some det