1. win32lib error

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

new topic     » topic index » view message » categorize

2. Re: win32lib error

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: win32lib error

----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

new topic     » goto parent     » topic index » view message » categorize

4. Re: win32lib error

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

new topic     » goto parent     » topic index » view message » categorize

5. Re: win32lib error

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu