Compiler showing 26 errors max - normal?
#1

Well as the title says, the compiler is only showing 26 errors.
I know for a fact that my script has over 50.. (I'm updating something)

I need to see the errors so I can update without problems, but due to the fact I can only see 26 errors, I am not seeing the errors I need to see.. Is this a normal limit?
Reply
#2

Yup. There is no sense in compiling further if there are so many errors already. Also if your brackets are screwed up, compiler won't know which scope is real anymore, variables will leak to global scope, and bad stuff will happen. Keep fixing errors line by line, bracket by bracket.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)