1. Problem with bind
- Posted by Carlos Valdes <cvaldes at DF.GOB.MX> Jun 09, 1999
- 419 views
I have the complete version of eu 2.1 (I am not shure if it is the last one) and I developed two very similar programs, the second has some more functionality than the first, and I want to deliver the binded version. But....... When I bind the second one, instead of executing the same way the first one does, it only answers: One momento please.. and after some seconds adds: One moment please..ok And that is all it does. From the ed editor and with ex works ok. Has anybody an idea of what is happenning? Rob? Carlos Valdés
2. Re: Problem with bind
- Posted by Wayne Overman <w.overman at WORLDNET.ATT.NET> Jun 09, 1999
- 401 views
-----Original Message----- From: Carlos Valdes <cvaldes at DF.GOB.MX> To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU> Date: Wednesday, June 09, 1999 10:38 AM Subject: Problem with bind >I have the complete version of eu 2.1 (I am not shure if it is the last >one) and I developed two very similar programs, the second has some more >functionality than the first, and I want to deliver the binded version. >But....... >When I bind the second one, instead of executing the same way the first >one does, it only answers: >One momento please.. >and after some seconds adds: >One moment please..ok >And that is all it does. From the ed editor and with ex works ok. >Has anybody an idea of what is happenning? Rob? > >Carlos Valdés I had this problem when I installed 2.1... I finally decided I had done everything but, was wrong because I was setup in win/95 to link in the BETA version of ex.exe bind only works with the final release of 2.1 check this and if it doesnt work try looking at your PATH statements are they correct?
3. Re: Problem with bind
- Posted by Robert Craig <rds at ATTCANADA.NET> Jun 09, 1999
- 421 views
Carlos Valdes writes: > I have the complete version of eu 2.1 (I am not shure if it is > the last one) and I developed two very similar programs, the > second has some more functionality than the first, and I want to > deliver the binded version. But....... > When I bind the second one, instead of executing the same > way the first one does, it only answers: > One momento please.. > and after some seconds adds: > One moment please..ok According to our records, you registered for 2.1 alpha release. There was a bug in 2.1 alpha that could explain what you are seeing. I just sent you the 2.1 Official Release instructions. Please install the 2.1 Official release, both Public Domain and Complete portions. Thanks. Another problem that people run into, that leads to the "one moment please..." message, is that they have multiple versions of Euphoria on their machines. They might have Public Domain files that are from a different release than the Complete Edition files. Or they might have their PATH and EUDIR variables still pointing to the old release. This is not good. You should not mix and match files from different releases. It will only lead to strange errors and a lot of confusion. If you want to retain the old release, you should rename it from EUPHORIA to something else. No serious bugs have been reported in the 2.1 Official Release (March 29), so it's very unlikely that a program written for an older release will not work with 2.1. Regards, Rob Craig Rapid Deployment Software http://members.aol.com/FilesEu/
4. 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.