Board index » delphi » runtime error 106

runtime error 106

Hello,
I had in one program the message runtime error 109. This is not
documented in the on line Help (delphi 4). What means this error ?
Many thanks
Patrick
 

Re:runtime error 106


On Wed, 08 Mar 2000 15:04:32 +0000, Patrick Yax <sysma...@rhone.ch>
wrote:

Quote
> I had in one program the message runtime error 109.

Your subject says 106, but your message says 109. I wonder which it
might be.

Many of the error codes come from the operating system, and are
documented in the Windows API help (search for error codes). Here are
106 and 109:

106L      ERROR_SEM_USER_LIMIT
109L      ERROR_BROKEN_PIPE
--
Rick Rogers (TeamB)
www.fenestra.com and www.componentfactory.com

Re:runtime error 106


many thanks for reply. It was runtime error 109. Sorry for the 106. I
don't use any pipe in the application. In teh on lien help for delphi 4
run time error 106 is an IO error: Invalid numeric format. But there is
no error 109. Could this be frome the same type ? Like IO error.
Many thanks
Patrick

"Rick Rogers (TeamB)" a crit :

Quote
> On Wed, 08 Mar 2000 15:04:32 +0000, Patrick Yax <sysma...@rhone.ch>
> wrote:

> > I had in one program the message runtime error 109.

> Your subject says 106, but your message says 109. I wonder which it
> might be.

> Many of the error codes come from the operating system, and are
> documented in the Windows API help (search for error codes). Here are
> 106 and 109:

> 106L      ERROR_SEM_USER_LIMIT
> 109L      ERROR_BROKEN_PIPE
> --
> Rick Rogers (TeamB)
> www.fenestra.com and www.componentfactory.com

Re:runtime error 106


HMMMM, maybe I'm living on another planet, but I thought that 106 was a
"Invalid Numeric Format begin read from a file".

Where did you come up with YOUR answer Rick? His message DID say "runtime
error". hmmmm

Davie

Quote
"Rick Rogers (TeamB)" wrote:
> On Wed, 08 Mar 2000 15:04:32 +0000, Patrick Yax <sysma...@rhone.ch>
> wrote:

> > I had in one program the message runtime error 109.

> Your subject says 106, but your message says 109. I wonder which it
> might be.

> Many of the error codes come from the operating system, and are
> documented in the Windows API help (search for error codes). Here are
> 106 and 109:

> 106L      ERROR_SEM_USER_LIMIT
> 109L      ERROR_BROKEN_PIPE
> --
> Rick Rogers (TeamB)
> www.fenestra.com and www.componentfactory.com

Re:runtime error 106


On Wed, 08 Mar 2000 23:48:42 -0500, Davie <smatt...@smatters.com>
wrote:

Quote
>Where did you come up with YOUR answer Rick?

I got it FROM another PLANET.
--
Rick Rogers (TeamB)
www.fenestra.com and www.componentfactory.com

Re:runtime error 106


HMMMMM

Rick Rogers (TeamB) <r...@fenestra.com> wrote in message
news:5affcs4lqrq7a0uip5hlbb9fontpvsiim8@4ax.com...

Quote
> On Wed, 08 Mar 2000 23:48:42 -0500, Davie <smatt...@smatters.com>
> wrote:

> >Where did you come up with YOUR answer Rick?

> I got it FROM another PLANET.
> --
> Rick Rogers (TeamB)
> www.fenestra.com and www.componentfactory.com

Other Threads