1. Now what!? Try to bind, and it won't let me.
- Posted by "SR.Williamson" <writeneu at hotmail.com> Feb 27, 2002
- 470 views
Eu 2.3 registered version says "Must have PDexw.exe in Euphoria\bin" Check. Got it. Not according to EXW.EXE. Is this related to me trying to run Eu without the path in the autoexec? I've been able to run everything I've tried EXCEPT Sanity.ex, and bind.
2. Re: Now what!? Try to bind, and it won't let me.
- Posted by Robert Craig <rds at RapidEuphoria.com> Feb 27, 2002
- 469 views
S.R. Williamson writes: > Eu 2.3 registered version says "Must have PDexw.exe in Euphoria\bin" > > Check. Got it. > > Not according to EXW.EXE. Is this related to me trying to run Eu without > the path in the autoexec? The binder looks for pdexw.exe in %EUDIR%\bin. If there is no EUDIR variable set, it will "guess" c:\euphoria\bin. It will not search D:, E:, ... > I've been able to run everything I've tried > EXCEPT Sanity.ex, and bind. sanity.ex checks for EUDIR to see if you have installed Euphoria properly. It will tell you if it isn't set. It won't search for your Euphoria directory. As a Euphoria developer you are supposed to have a valid EUDIR. If you want to run your source code on another machine that doesn't have Euphoria installed, you can do it, but your files must all be in the same directory, including any that you need from euphoria\include. Or you can simply use the binder or translator to make a .exe that will run anywhere. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com