I am working in VC ++ 6 and I am getting a weird error that says "end of file found before left brace..." I checked and all my braces are fine! What could there be wrong?
Thank you
Printable View
I am working in VC ++ 6 and I am getting a weird error that says "end of file found before left brace..." I checked and all my braces are fine! What could there be wrong?
Thank you
post your code, let me see...
Hi steve... actually I just realized that I was missing something like END_ADO_BINDING..... and the error is gone. Instead... now I have only 304 errors... :) c++ is so.... "funny" sometimes or maybe ALWAYS!
cool
yeah sometimes C++ finds a few more errors than there are...1 can cause hundreds more, fix the first one and they all may be fixed :D
Yes... I have noticed that! :) It seems that the compiler goes to the lowest lever or layer and tells you the errorS!!
:) Thank for the tip! :)