error
- Posted by DerekParnell (admin) Aug 16, 2009
- 1135 views
Forked from Re: The Manual
Lone_EverGreen_Ranger said...
whenever I try to run a .exw file with euiw, it says "no euphoria code to execute" Why does it do this? Or this a bug or an error in the compiler of euphoria?
That message is only ever issued by the eub.exe program. This is the program that runs shrouded programs.
Are you sure you are running "euiw.exe"?
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
Note:
The euiw.exe program is identical to eui.exe except that if the application writes anything to a console, it creates a new console window rather than using the existing window.