1. bind version 2.2 couldn't open source file exw on XP
- Posted by Jan Willem Teunisse <jwt at mitc.nl> Nov 23, 2004
- 572 views
Recently I replaced my W98 notebook for a new XP Pro notebook. After copying my Euphoria directory from the W98 notebook to the new XP notebook and mdoifying the EUDIR and PATH environment variables, restarting the computer I noticed that the following line: ex.exe bind.ex -w32 d:\euphoria\ontw\sourcefile.exw could n't be opend by the bind program. I can open the file in a text editor to change the program, I can run the sourceprogram by using the EXW interpeter. I have checked the directory and fileproperties, they are OK, as a user I should execute them. So I'm stuck here. Any idea's, should be a permissions problem? Regards, Jan Willem Teunisse/The Netherlands
2. Re: bind version 2.2 couldn't open source file exw on XP
- Posted by "Juergen Luethje" <j.lue at gmx.de> Nov 23, 2004
- 571 views
Jan Willem Teunisse wrote: > Recently I replaced my W98 notebook for a new XP Pro notebook. > After copying my Euphoria directory from the W98 notebook to the new XP > notebook and mdoifying the EUDIR and PATH environment variables, > restarting the computer I noticed that the following line: > ex.exe bind.ex -w32 d:\euphoria\ontw\sourcefile.exw > > could n't be opend by the bind program. What exactly happens when you try to run the above command? Do you get any error message? > I can open the file in a text editor to change the program, I can run > the sourceprogram by using the EXW interpeter. I have checked the > directory and fileproperties, they are OK, as a user I should execute > them. > > So I'm stuck here. Any idea's, should be a permissions problem? If it is a permissions problem, then you'll get an appropriate error message. And what is the real, literal name of the command that you are trying to run? Does it contain long names? You might want to try: exw.exe bind.ex -w32 d:\euphoria\ontw\sourcefile.exw ^ Regards, Juergen -- Have you read a good program lately?
3. Re: bind version 2.2 couldn't open source file exw on XP
- Posted by Jan Willem Teunisse <jwt at mitc.nl> Nov 24, 2004
- 545 views
- Last edited Nov 25, 2004
Thanks oder danke schön, Juergen. >>If it is a permissions problem, then you'll get an appropriate error message. And what is the real, literal name of the command that you are trying to run? Does it contain long names? >>You might want to try: exw.exe bind.ex -w32 d:\euphoria\ontw\sourcefile.exw ^ Your suggestion for using exw.exe seems to work allright. And the command-line uses long path and filenames. regards, Jan Willem
4. Re: bind version 2.2 couldn't open source file exw on XP
- Posted by "Juergen Luethje" <j.lue at gmx.de> Nov 25, 2004
- 537 views
- Last edited Nov 26, 2004
Jan Willem Teunisse wrote: > Thanks oder danke sch=F6n, Juergen. You are welcome. >>> If it is a permissions problem, then you'll get an appropriate error > message. And what is the real, literal name of the command that you are > trying to run? Does it contain long names? > >>> You might want to try: > exw.exe bind.ex -w32 d:\euphoria\ontw\sourcefile.exw > ^ > Your suggestion for using exw.exe seems to work allright. > > And the command-line uses long path and filenames. Then the reason of the problem probably was -- as I assumed --, that 'ex.exe' couldn't handle the long names properly. I'm glad that binding works now for you. Regards, Juergen -- Have you read a good program lately?