Re: error
- Posted by grummox Aug 17, 2009
- 1045 views
DerekParnell said...
To use eub correctly, you need to do first shroud the application...
shroud myapp.exOnce that is done, it creates a file called "myapp.il"; this is the shrouded application. To run this, use eub. For example ...
eub myapp.il
irv@irv-laptop ~/demos $ ls -la test14.il -rwxrwxrwx 1 irv irv 245959 2009-08-17 08:43 test14.il irv@irv-laptop ~/demos $ /home/irv/euphoria/bin/eub test14.il Couldn't open test14.il Press EnterI get this same message no matter what *.il file I try.