RE: [Win32Lib] Error Message
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Feb 05, 2004
- 424 views
euphoric wrote: > > > Since Derek is on vacation... :) > > Can anybody tell me how to resolve this error: > > C:\EUPHORIA\INCLUDE\WIN32LIB\Win32Lib.ew:7146 in function > invokeHandler() > the value returned by database_lookup() must be assigned or used > > database_lookup() is a function to which I've setHandlered a > w32HClick event. :) I think he's probably just asleep, not on vacation right now. But Win32Lib event handlers should be procedures, not functions. Matt Lewis