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