Thread overview
[wiki] Common Error Messages
Mar 27, 2004
J C Calvarese
Mar 27, 2004
J Anderson
Mar 27, 2004
C
Mar 27, 2004
MicroWizard
March 27, 2004
I've created a new wiki page covering some common error messages and some tips on resolving them:

's.length' is not an lvalue
function f conflicts with module.f
Access Violation
* Format String Mismatch with Arguments for printf
* Un-initialized Object
Error: ArrayBoundsError

http://www.wikiservice.at/d/wiki.cgi?ErrorMessages


If someone can think an important error message that is missing, he/she can add it. I expect I'll add more when I have more time.


-- 
Justin
http://jcc_7.tripod.com/d/
March 27, 2004
J C Calvarese wrote:

> I've created a new wiki page covering some common error messages and some tips on resolving them:
>
> 's.length' is not an lvalue
> function f conflicts with module.f
> Access Violation
> * Format String Mismatch with Arguments for printf
> * Un-initialized Object
> Error: ArrayBoundsError
>
> http://www.wikiservice.at/d/wiki.cgi?ErrorMessages
>
>
> If someone can think an important error message that is missing, he/she can add it. I expect I'll add more when I have more time.

Nice!

-- 
-Anderson: http://badmama.com.au/~anderson/
March 27, 2004
Good call

C
On Fri, 26 Mar 2004 18:29:22 -0600, J C Calvarese <jcc7@cox.net> wrote:

> I've created a new wiki page covering some common error messages and some tips on resolving them:
>
> 's.length' is not an lvalue
> function f conflicts with module.f
> Access Violation
> * Format String Mismatch with Arguments for printf
> * Un-initialized Object
> Error: ArrayBoundsError
>
> http://www.wikiservice.at/d/wiki.cgi?ErrorMessages
>
>
> If someone can think an important error message that is missing, he/she can add it. I expect I'll add more when I have more time.
>
>



-- 
D Newsgroup.
March 27, 2004
It's like a swiss-army knife. Very useful for beginners. Good job!

(In the future it would be nice to include in tutorials.)

Tamas

In article <c42ht9$11fq$1@digitaldaemon.com>, J C Calvarese says...
>
>I've created a new wiki page covering some common error messages and some tips on resolving them:
>
>'s.length' is not an lvalue
>function f conflicts with module.f
>Access Violation
>* Format String Mismatch with Arguments for printf
>* Un-initialized Object
>Error: ArrayBoundsError
>
>http://www.wikiservice.at/d/wiki.cgi?ErrorMessages
>
>
>If someone can think an important error message that is missing, he/she can add it. I expect I'll add more when I have more time.
>
>
>-- 
>Justin
>http://jcc_7.tripod.com/d/