Problem with Eu 2.1 (DOS) bind
- Posted by Roderick Jackson <rjackson at CSIWEB.COM> Oct 01, 1999
- 462 views
Rob (or anyone else who can answer): I have a program I'm attempting to bind into an .EXE file. I'm running Win95, but when attempting to bind I execute a full- screen DOS shell. Running the program unbound within this shell works fine. When I bind, no error messages are given, but then running the new .EXE doesn't do anything... it just says "One moment please...ok", delays a few seconds, then quits back to DOS. No visual output or anything. I'm using the 2.1 (DOS) alpha complete version of Euphoria to run the interpreter to do the bind; I'm binding with the 2.1 (DOS) beta public domain version. I never really "installed" the system, so no environment variables Euphoria may need have been set (things have been working so far though....) All of the files I'm using, even even the includes, are all in the current directory along with ex.exe and pdex.exe. I've checked the documentation, but can't figure out what's going on. As far as I can tell, this should work; I've done this sort of thing using 2.0 a few times. Is there anything immediately obvious that I'm doing wrong? (Side note: I just tried binding a one-line test program, containing the text: '? "Hello"'. Same result--no error messages when binding, no output when running the .EXE.) Rod