1. multiEdit aka Syntax2

I just discovered Euphoria about 3 days ago so please forgive the newbie
question.

I've used multiEdit to write a small program.  I purposely put in an error to
see how multiEdit handles it.  When I press F5 to execute the program, a black
DOS box appears for a fraction of a second and then disappears.  I don't get to
see an error message.  Am I doing something wrong here?

Brent

new topic     » topic index » view message » categorize

2. Re: multiEdit aka Syntax2

Brent W. Hughes wrote:
> 
> I've used multiEdit to write a small program.  I purposely put in an error to
> see how
> multiEdit handles it.  When I press F5 to execute the program, a black DOS box
> appears
> for a fraction of a second and then disappears.  I don't get to see an error
> message.
>  Am I doing something wrong here?

Well, besides the error... no. :)

There's a file generated called "ex.err" that shows the error. When you're
running a Windows program, the console doesn't stay open in some cases,
which cases I don't know. (It stays open if you put ?1/0 to break the
program.)

Check out that ex.err file and you'll see the error.

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

3. Re: multiEdit aka Syntax2

cklester wrote:

> Brent W. Hughes wrote:
>>
>> I've used multiEdit to write a small program.  I purposely put in an error to
>> see how
>> multiEdit handles it.  When I press F5 to execute the program, a black DOS
>> box appears
>> for a fraction of a second and then disappears.  I don't get to see an error
>> message.
>>  Am I doing something wrong here?
>
> Well, besides the error... no. :)
>
> There's a file generated called "ex.err" that shows the error. When you're
> running a Windows program, the console doesn't stay open in some cases,
> which cases I don't know. (It stays open if you put ?1/0 to break the
> program.)

It also depends on the Windows version and probably on the used editor --
unfortunately I don't know anything about multiEdit. See e.g.:

<http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=2&toYear=A&postedBy=j.lue%40gmx.de&keywords=%222004+Oct+12+23%3A13%22>

BTW: Rob, is there a way to make shorter references to posts in the
     mailing-list archive?

> Check out that ex.err file and you'll see the error.

It's important to mention that file, in order to make sure that a new user
knows about it. However, reading the error message directly on the
screen is much faster than looking into that file.
"ex.err" contains more comprehensive information than the error message
on the screen, but in say 95% of the cases I don't neeed that additional
information.

Regards,
   Juergen

new topic     » goto parent     » topic index » view message » categorize

4. Re: multiEdit aka Syntax2

Juergen Luethje wrote:
> 
> cklester wrote:
> 
> > Brent W. Hughes wrote:
> >>
> >> I've used multiEdit to write a small program.  I purposely put in an error
> >> to see how
> >> multiEdit handles it.  When I press F5 to execute the program, a black DOS
> >> box appears
> >> for a fraction of a second and then disappears.  I don't get to see an
> >> error message.
> >>  Am I doing something wrong here?
> >
> > Well, besides the error... no. :)
> >
> > There's a file generated called "ex.err" that shows the error. When you're
> > running a Windows program, the console doesn't stay open in some cases,
> > which cases I don't know. (It stays open if you put ?1/0 to break the
> > program.)
> 
> It also depends on the Windows version and probably on the used editor --
> unfortunately I don't know anything about multiEdit. See e.g.:
> 
> <<a
> href="http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=2&toYear=A&postedBy=j.lue%40gmx.de&keywords=%222004+Oct+12+23%3A13%22">http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=2&toYear=A&postedBy=j.lue%40gmx.de&keywords=%222004+Oct+12+23%3A13%22</a>>
> 
> BTW: Rob, is there a way to make shorter references to posts in the
>      mailing-list archive?
> 
> > Check out that ex.err file and you'll see the error.
> 
> It's important to mention that file, in order to make sure that a new user
> knows about it. However, reading the error message directly on the
> screen is much faster than looking into that file.
> "ex.err" contains more comprehensive information than the error message
> on the screen, but in say 95% of the cases I don't neeed that additional
> information.
> 
> Regards,
>    Juergen
> 
> 

I just learned this myself:
 Go to the Bin folder.
 ex.exe
 left click it properties\program
 unselect the "Close on exit" checkbox.

 This will stop the Euohoria program from shutting down.
 I don't know about your editor but even if it shuts down your 
 Euphoria dos box with it's error message should still be there.
  don cole
  SF

new topic     » goto parent     » topic index » view message » categorize

5. Re: multiEdit aka Syntax2

don cole wrote:

<big snip>

> I just learned this myself:
>  Go to the Bin folder.
>  ex.exe
>  left click it properties\program
   ^^^^
You probably mean right click.

>  unselect the "Close on exit" checkbox.
>
>  This will stop the Euohoria program from shutting down.

Yes, I know. That works for DOS programs such as ex.exe, not for Windows
programs such as exw.exe and exwc.exe.

>  I don't know about your editor but even if it shuts down your
>  Euphoria dos box with it's error message should still be there.

Regards,
   Juergen

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu