QuestionHelpUnknown Errors

Posts 14 of 4 · Page 1 of 1
Unknown Errors
About this --->


1>------ Build started: Project: Nomenu Project, Configuration: Debug Win32 ------
1> main.cpp
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(5): error C2143: syntax error : missing ')' before '{'
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(5): error C2143: syntax error : missing ';' before ')'
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(6): error C2065: 'ADR_Playerpointer' : undeclared identifier
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(7): error C2065: 'ADR_Serverpointer' : undeclared identifier
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(13): error C2065: 'Playercall' : undeclared identifier
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(14): error C2065: 'Playercall' : undeclared identifier
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(19): error C2065: 'Playercall' : undeclared identifier
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(19): error C2065: 'NFD' : undeclared identifier
1>c:\documents and settings\diego\my documents\visual studio 2010\projects\nomenu project\nomenu project\main.cpp(30): fatal error C1020: unexpected #endif
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Post the code. We cannot tell from this crap what your problem is !
Leeching like a boss
Read the dam compiler errors and you will know you are missing a ) before you open the {

I think the outputs can be translated in chinese if thats easer

Your error will look like
Code:
if (leechingnoob == 1
    {
     
cout << "Another eror" << endl //Missing the ; to close the statement
    }
But again without source its rly hard
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?