Re: error

new topic     » goto parent     » topic index » view thread      » older message » newer message
DerekParnell said...

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.ex 
Once 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.

OK I ran it with euiw, and it says cannot open window.exw, I also tried it with eui and still got the same thing. What is going on?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu