1. Win32Lib: Possible Bug in setWinMsgHandler

global procedure setWinMsgHandler(object pId, object pMsg, integer pRoutine)
    integer lPosn
    integer id
    atom lMsg

    if not sequence(id) then
        id = {id}
    end if

---

Should that first conditional be

    if not sequence(pId) then

?

new topic     » topic index » view message » categorize

2. Re: Win32Lib: Possible Bug in setWinMsgHandler

cklester wrote:
> 
> 
> global procedure setWinMsgHandler(object pId, object pMsg, integer pRoutine)
>     integer lPosn
>     integer id
>     atom lMsg
> 
>     if not sequence(id) then
>         id = {id}
>     end if
> 
> ---
> 
> Should that first conditional be
> 
>     if not sequence(pId) then
> 
> ?
> 
Good catch. It's fixed now. Thanks.
-- 
Derek

new topic     » goto parent     » topic index » view message » categorize

3. Re: Win32Lib: Possible Bug in setWinMsgHandler

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 22 April 2004 08:45 pm, Derek Parnell wrote:
>
>
> posted by: Derek Parnell <ddparnell at bigpond.com>
>
> cklester wrote:
> > global procedure setWinMsgHandler(object pId, object pMsg, integer
> > pRoutine) integer lPosn
> >     integer id
> >     atom lMsg
> >
> >     if not sequence(id) then
> >         id = {id}
> >     end if
> >
> > ---
> >
> > Should that first conditional be
> >
> >     if not sequence(pId) then
> >
> > ?
>
> Good catch. It's fixed now. Thanks.

Seems I remember telling you about that months and months ago...
oh-well, im no longer using windows so i could really care less...

Euman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAiHHZ7xJDgGhLm5URAgTGAJ9sf0ljDeiwm7XW83d9yjss13iTdgCfdsoe
QRnkzpfl7cMFPvfoGIR6M0I=
=OqUU
-----END PGP SIGNATURE-----

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu