1. win32lib error
- Posted by David Robertson <drobdrob at HOTMAIL.COM> Nov 09, 1999
- 486 views
Hello, I am having a problem with my win32lib. I developing software that I started on my desktop computer. When I changed to a different computer, a laptop compaq presario 1215. it gives me an exeption error at 00416000. I run a trace and when win32lib calls file.e, that is when it fails. It does not matter how complex or how simple the program is. If I have win32lib.e it allways crashes. Does anyone have any solutions. By the way, it has a cyrix processor. thanks, dave ps I have the registered version of Euphoria and the latest win32lib ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2. Re: win32lib error
- Posted by Bernie Ryan <bwryan at PCOM.NET> Nov 09, 1999
- 510 views
Check your config.sys file on your laptop to see how many files can be open at once. If there is none the default will be 8 files which is not enough to run a lot of programs. add the following to the config.sys: FILES=30 which will allow you to have 30 files open at one time. Bernie
3. Re: win32lib error
- Posted by David Robertson <drobdrob at HOTMAIL.COM> Nov 12, 1999
- 492 views
- Last edited Nov 13, 1999
----Original Message Follows---- Check your config.sys file on your laptop to see how many files can be open at once. If there is none the default will be 8 files which is not enough to run a lot of programs. add the following to the config.sys: FILES=30 which will allow you to have 30 files open at one time. Bernie Thank you for the tip, unfortunately that did not fix the problem. I am racking my brains out over this. I am currently in Bosnia, so even though I have a laptop, my resources are limited. I really appreciate you taking the time to try and assist Dave ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
4. Re: win32lib error
- Posted by Bernie Ryan <bwryan at PCOM.NET> Nov 12, 1999
- 462 views
Dave Can you narrrow it down to calling which function you are calling in FILE.E ? Maybe you have a corrupted FILE.E did you try downloading a new copy of the file from the Euphoria site. A exception error is usally caused by trying to excess a memory in the protected area. Exception errors can also be caused by using wrong video drivers. Exeception errors can can some times be miss leading. The last possibility is memory ( may be lose and or not seated properly ) Have you had any exception errors outside of using Euphoria programs ? Bernie
5. Re: win32lib error
- Posted by David Robertson <drobdrob at HOTMAIL.COM> Nov 14, 1999
- 487 views
- Last edited Nov 15, 1999
I can narrow it down a little more. If I run PDexw it runs fine, but if I use the registered exw if gives me the error. I am going to try to download the file again if that is possible. thanks for the help ----Original Message Follows---- Dave Can you narrrow it down to calling which function you are calling in FILE.E ? Maybe you have a corrupted FILE.E did you try downloading a new copy of the file from the Euphoria site. A exception error is usally caused by trying to excess a memory in the protected area. Exception errors can also be caused by using wrong video drivers. Exeception errors can can some times be miss leading. The last possibility is memory ( may be lose and or not seated properly ) Have you had any exception errors outside of using Euphoria programs ? Bernie ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com