1. Win32lib BUG
- Posted by "Euman" <euman at bellsouth.net> Dec 16, 2003
- 459 views
Win32lib line: 24629 global procedure setWinMsgHandler(object pId, object pMsg, integer pRoutine) integer lPosn integer id atom lMsg -- BUG! if not sequence(id) then -- should be if not sequence(pId) then Regards, Euman
2. Re: Win32lib BUG
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Dec 16, 2003
- 469 views
Thanks. ----- Original Message ----- From: "Euman" <euman at bellsouth.net> To: <EUforum at topica.com> Subject: Win32lib BUG > > > Win32lib line: 24629 > > global procedure setWinMsgHandler(object pId, object pMsg, integer pRoutine) > integer lPosn > integer id > atom lMsg > > -- BUG! > > if not sequence(id) then > > -- should be > > if not sequence(pId) then > > Regards, > Euman > > > > TOPICA - Start your own email discussion group. FREE! > >
3. Re: Win32lib BUG
- Posted by "Elliott S. de Andrade" <quantum_analyst at hotmail.com> Dec 17, 2003
- 470 views
That would be pId = {pId} and not id = {id} on the next line too, then? >From: Derek Parnell <ddparnell at bigpond.com> >Subject: Re: Win32lib BUG > >Thanks. > >----- Original Message ----- >From: "Euman" <euman at bellsouth.net> >To: <EUforum at topica.com> >Sent: Wednesday, December 17, 2003 7:05 AM >Subject: Win32lib BUG > > > > Win32lib line: 24629 > > > > global procedure setWinMsgHandler(object pId, object pMsg, integer >pRoutine) > > integer lPosn > > integer id > > atom lMsg > > > > -- BUG! > > > > if not sequence(id) then > > > > -- should be > > > > if not sequence(pId) then > > > > Regards, > > Euman >