1. Fw: IDE

This is a multi-part message in MIME format.

------=_NextPart_000_01DA_01C2A10B.4883BAE0
	charset="iso-8859-1"


----- Original Message -----=20
From: jimmy=20
Subject: IDE


How do I identify the problem I get when I try to execute a program from =
Judith Evans IDe and it says I am try to devide by zero

Jim Smiley
code area problem

D:\Euphoria\include\Win32lib.ew:598 in procedure fShowError()
attempt to divide by 0
... called from D:\Euphoria\include\Win32lib.ew:634 in procedure =
abortErr()
... called from D:\Euphoria\include\Win32lib.ew:13609 in function =
createEx()
... called from D:\Euphoria\INCLUDE\projects\ADDRES~1.EXW:14
--> see ex.err


Press Enter...
----------------------------------------------

   if pMode =3D 2
     or
      lResponse =3D IDCANCEL
   then
      fCleanUp(lErrCode, lDispMsg)

      if pMode =3D 2
      then
      -- abort
     abort(1/0) -- Force the ex.err to be created.
      else
     abort(0) -- Quit silently.
      end if
   end if

   if lResponse =3D IDNO
   then
      vMsgsToIgnore &=3D lErrCode
   end if
  =20
end=20
   if pMode =3D 2
     or
      lResponse =3D IDCANCEL
   then
      fCleanUp(lErrCode, lDispMsg)

      if pMode =3D 2
      then
      -- abort
     abort(1/0) -- Force the ex.err to be created.
      else
     abort(0) -- Quit silently.
      end if
   end if

   if lResponse =3D IDNO
   then
      vMsgsToIgnore &=3D lErrCode
   end if
  =20
end=20

------=_NextPart_000_01DA_01C2A10B.4883BAE0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"FONT: 10pt arial">----- Original Message -----=20
<DIV style=3D"BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A=20
title=3Dsmileyjl at ida.net href=3D"mailto:smileyjl at ida.net">jimmy</A> =
</DIV>
<DIV><B>To:</B> <A title=3DEUforum at topica.com=20
href=3D"mailto:EUforum at topica.com">EUforum at topica.com</A> </DIV>
<DIV><B>Sent:</B> Wednesday, December 11, 2002 11:46 AM</DIV>
<DIV><B>Subject:</B> IDE</DIV></DIV>
<DIV><BR></DIV><FONT face=3DArial size=3D2>
<DIV>How do I identify the problem I get when I try to execute a program =
from=20
Judith Evans IDe and it says I am try to devide by zero</DIV>
<DIV>&nbsp;</DIV>
<DIV>Jim Smiley</DIV>
<DIV>code area problem</DIV>
<DIV><BR>D:\Euphoria\include\Win32lib.ew:598 in procedure=20
fShowError()<BR>attempt to divide by 0<BR>... called from=20
D:\Euphoria\include\Win32lib.ew:634 in procedure abortErr()<BR>... =
called from=20
D:\Euphoria\include\Win32lib.ew:13609 in function createEx()<BR>... =
called from=20
D:\Euphoria\INCLUDE\projects\ADDRES~1.EXW:14<BR>--&gt; see ex.err</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Press =
Enter...<BR>----------------------------------------------</DIV>
<DIV><BR>&nbsp;&nbsp; if pMode =3D 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
or<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lResponse =3D =
IDCANCEL<BR>&nbsp;&nbsp;=20
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fCleanUp(lErrCode, =
lDispMsg)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if pMode =3D=20
2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --=20
abort<BR>&nbsp;&nbsp;&nbsp;&nbsp; abort(1/0) -- Force the ex.err to be=20
created.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
else<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
abort(0) -- Quit silently.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end=20
if<BR>&nbsp;&nbsp; end if</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; if lResponse =3D IDNO<BR>&nbsp;&nbsp;=20
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vMsgsToIgnore &amp;=3D=20
lErrCode<BR>&nbsp;&nbsp; end if<BR>&nbsp;&nbsp; <BR>end <BR>&nbsp;&nbsp; =
if=20
pMode =3D 2<BR>&nbsp;&nbsp;&nbsp;&nbsp; =
or<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
lResponse =3D IDCANCEL<BR>&nbsp;&nbsp; =
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
fCleanUp(lErrCode, lDispMsg)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if pMode =3D=20
2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --=20
abort<BR>&nbsp;&nbsp;&nbsp;&nbsp; abort(1/0) -- Force the ex.err to be=20
created.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
else<BR>&nbsp;&nbsp;&nbsp;&nbsp;=20
abort(0) -- Quit silently.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end=20
if<BR>&nbsp;&nbsp; end if</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; if lResponse =3D IDNO<BR>&nbsp;&nbsp;=20
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vMsgsToIgnore &amp;=3D=20
lErrCode<BR>&nbsp;&nbsp; end if<BR>&nbsp;&nbsp; <BR>end=20

------=_NextPart_000_01DA_01C2A10B.4883BAE0--

new topic     » topic index » view message » categorize

2. Re: Fw: IDE

On 11 Dec 2002, at 11:48, sixs at ida.net wrote:

> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_01DA_01C2A10B.4883BAE0
>  charset="iso-8859-1"
> 
> 
> ----- Original Message -----=20
> From: jimmy=20
> Subject: IDE
> 
> 
> How do I identify the problem I get when I try to execute a program from Ju=
> dith Evans IDe and it says I am try to devide by zero
> 
> Jim Smiley
> code area problem
> 
> D:\Euphoria\include\Win32lib.ew:598 in procedure fShowError()
> attempt to divide by 0
> ... called from D:\Euphoria\include\Win32lib.ew:634 in procedure abortErr()=
> 
> ... called from D:\Euphoria\include\Win32lib.ew:13609 in function createEx(= )
> ... called from D:\Euphoria\INCLUDE\projects\ADDRES~1.EXW:14 --> see ex.err
> 
> 
> Press Enter...
> ----------------------------------------------
> 
>    if pMode =3D 2
>      or
>       lResponse =3D IDCANCEL
>    then
>       fCleanUp(lErrCode, lDispMsg)
> 
>       if pMode =3D 2
>       then
>       -- abort
>      abort(1/0) -- Force the ex.err to be created.
>       else
>      abort(0) -- Quit silently.
>       end if
>    end if
> 
>    if lResponse =3D IDNO
>    then
>       vMsgsToIgnore &=3D lErrCode
>    end if
> =20=20=20
> end=20
>    if pMode =3D 2
>      or
>       lResponse =3D IDCANCEL
>    then
>       fCleanUp(lErrCode, lDispMsg)
> 
>       if pMode =3D 2
>       then
>       -- abort
>      abort(1/0) -- Force the ex.err to be created.
>       else
>      abort(0) -- Quit silently.
>       end if
>    end if
> 
>    if lResponse =3D IDNO
>    then
>       vMsgsToIgnore &=3D lErrCode
>    end if
> =20=20=20
> end=20
> 
> =3D=3D^=
> ^=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> This email was sent to: =
> kat at kogeijin.com
> 
> 
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> 
> ------=_NextPart_000_01DA_01C2A10B.4883BAE0
> Content-Type: text/html;
>  charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"= >
> <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR> <STYLE></STYLE> </HEAD>
> <BODY bgColor=3D#ffffff> <PRE>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The
> Euphoria
> Mailing List =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20 </PRE>
> 
> 
> <DIV>&nbsp;</DIV>
> <DIV style=3D"FONT: 10pt arial">----- Original Message -----=20
<snip>

Does that code actually run at all on your computer?

Kat

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

Search



Quick Links

User menu

Not signed in.

Misc Menu