Re: Newbie very confused

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

Even the simple 'hello.ex' jsut flashed on the screen and then disapeared until I added ? getc(0) at the end of the file. Then it was fine. Thought that with your help, I'd cracked it!

It might be easier if you ran from the command line. It requires some typing, obviously, but shouldn't be too bad. Also you can use exwc.exe, which is the console version of the windows interpreter. It doesn't open a new console, but puts its output (and receives its input) from the same place you started the program.

Easy way to get one: Windows-Key+R, then type cmd into the prompt. From there:

> cd \euphoria\demo 
> exwc hello.ex 

This assumes that you've got euphoria installed to the default place. Also, when running from the command line, you can omit the extension:

> exwc hello 
 
> exwc buzz 

Matt

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

Search



Quick Links

User menu

Not signed in.

Misc Menu