Re: Help with Win32Lib Errors
- Posted by Ferlin Scarborough <ferlin1 at bellsouth.net> Jul 26, 2005
- 518 views
Ferlin Scarborough wrote: > > I am working on a project that is using Win32Lib, when I run the application, > Win32Lib > gives me an error message like this: > > Win32Lib AppWindow - Error Warning > > Error code 425 > LOGIC ERROR: Held resource owner is not the actual owner > > Press > [YES] to continue, > [NO] to ignore repeats, or > [CANCEL] to quit. > > Win32Lib V0.60.6 19-Sep-2004 > > When I press the Cancel button the project bombs and Euphoria says: > > w32msgs.e:112 in procedure fShowError() > attemp to divide by 0 > > I'm not sure, but I think this is occuring in a Resize event that is fired > when the > window is opened, because, I can press Yes through a couple of these messages, > and > the project runs, if I click the Maximize button, it will hit this error again > a couple > of times, then resize the window fine. > If I do a trace(1) on my project, it seems to pop up this message the first time while it is in w32Dll.ew at line 228 which reads return lRC The trace shows the following variables and values: lRC = 1 funcid = 70F parms = {525258} I hope this will help, this is driving me batty. Again, thanks in advance. Later. Ferlin Scarborough Learn To Program Games in Free Courses Now contains an Introduction To Euphoria Programming Course At http://www.gameuniv.net My Euphoria Home Page http://mywebpage.netscape.com/shadetreesoft My Free Games Page http://freewebtown.com/ferlin