Hi Richard,
The thing to remember is that all the build errors are a listing of 
everytime the code compile was interupted. Not necessarily if the code 
was improperly written at that point.
The point you need to get at is look at the build error and figure out 
if the error is simply a reference to an actual real error or if it is 
just upset that it tried to call a function and could not because of 
some more fatal problem in a piece of code it tried to call.
Lets say you call a function 20 times. That function has one line of 
code that was typed wrong. The compiler will flag all 20 callings of 
that function even though that function is the problem and not the 
functions calling it 20 times.



Richard Bennett wrote:
> well, since I just started out, I still make those errors. But the 
> thing I
> hate most is having like a ";" or something like that in the wrong place,
> you compile and get say 200 errors, fix 199 errors, just to find that you
> misplaced a ";" so you remove it, then compile and you have like 150 
> errors
> then, that grates on my nerves trememndously.



to leave send a blank Email to: [EMAIL PROTECTED]
You can contact the list owners/moderators by Emailing [EMAIL PROTECTED]
to go nomail send a blank message to: [EMAIL PROTECTED]
change "nomail" to "normal" to resume messages. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/blindgamers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to