1. Win32Lib program crashes
- Posted by Ben Logan <wbljr79 at HOTMAIL.COM> Jan 06, 2000
- 624 views
- Last edited Jan 07, 2000
------=_NextPart_000_4e7aa750_7910f3e1$6e5deaa3 Hi, The program I'm writing has a bug I can't figure out. It crashes the program, but I don't get any error info (I don't have the registered version of Euphoria). I'm using the latest version of Win32Lib, Euphoria 2.1, and running Windows 95. I would greatly appreciate it if someone with the registered version of Euphoria would run the program, and tell me what the error is. Here's how the error occurs: Click the 'Rides' menu; click 'Add Ride...'; click the 'Find' button; click the 'Cancel' button. At that point, Euphoria informs me that there is an error in my program... Best I can tell, the error occurs when I call closeWindow(). I can't figure out why though, because the same window can be brought up by clicking 'Edit' (menu) --> 'Routes...'. When the window is opened this way, and the 'Cancel' button hit, no error occurs. Yet, it's the same window and the same routine handles both Cancel events. Thanks, Ben P.S. I've only been working on this program for a couple of days, and almost nothing is functional yet. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com ------=_NextPart_000_4e7aa750_7910f3e1$6e5deaa3
2. Re: Win32Lib program crashes
- Posted by Brian Broker <bkb at CNW.COM> Jan 06, 2000
- 590 views
- Last edited Jan 07, 2000
On Thu, 6 Jan 2000 21:49:22 EST, Ben Logan wrote: >...tell me what the error is. BIKEREC.EXW:607 in procedure onClick_ER_Cancel() variable routesBAK has not been assigned a value I would highly recommend that you register... it's worth it! -- Brian
3. Re: Win32Lib program crashes
- Posted by Ben Logan <wbljr79 at HOTMAIL.COM> Jan 07, 2000
- 617 views
Thank you _very_ much! >I would highly recommend that you register... it's worth it! I agree, I'm just not able to at this time. :) Thanks again, Ben ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com