Problem with bind
- Posted by rforno at tutopia.com Aug 23, 2002
- 422 views
Rob: I executed bind, and it aborted due to an error I committed (bad program name to bind). Then I executed it again, and an "Insufficient resources" message appeared. I had no other program running. I had to close the DOS window to reset things. This is not a single failure, it repeats each time the first try fails. Bind was executed through exw.exe. Seems to be a memory leak problem. PS: It occurs even if no errors appeared at the first try. The second try always reports "Insufficient resources" (I don't know if this is the exact wording of the message, since my Win 98 is in Spanish). Another issue: The file I was trying to bind was ed.ex. I wanted to distribute it to my pupils at the University, because it easily matches parentheses (I am teaching Lisp ). But if you use it as a stand alone program, when you request help for itself, it keeps trying to access ed.doc at C:\EUPHORIA\DOC\ED.DOC. I tried some solutions to this (modifying ed.ex, a different setting for EUDIR) without success. Please tell me what to do. Regards.