www.digitalmars.com         C & C++   DMDScript  

D - [wiki] Common Error Messages

reply J C Calvarese <jcc7 cox.net> writes:
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/
Mar 26 2004
next sibling parent J Anderson <REMOVEanderson badmama.com.au> writes:
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/
Mar 26 2004
prev sibling next sibling parent C <dont respond.com> writes:
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/sh=
e =
 can add it. I expect I'll add more when I have more time.
-- = D Newsgroup.
Mar 26 2004
prev sibling parent MicroWizard <MicroWizard_member pathlink.com> writes:
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/
Mar 27 2004