Re: Euphoria - impressive

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

> One thing I haven't succeeded in doing though is to set Euphoria up on the Web
> Host I'm using.
> Even dumping everything in the CGI-BIN directories aren't helping me at the
> moment.
> I think I'll come back to this later and maybe post some individual questions
> then.

If you're using IIS, you'll need to setup the server to recognize exw
files and direct them to exwc.exe (not exw.exe). If you're using
Apache, you need to make sure exwc.exe (Windows) or exu (Linux) has
execute permissions, and place a bash command at the top of your
source file, like this:

#!/home/greg/euphoria/bin/exu
  or
#!C:/Euphoria/Bin/EXWC.EXE

If all else fails, try binding or translating into an executable file.

~Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu