error C2059: syntax error : ''PCH creation point''
unexpected token(s) preceding ''{''; skipping apparent function body
I got like 6 of these...
VC++ 6, win 2k pro
_________________________________________
"Why, why why does everyone ask ''''why'''' when ''''how'''' is so much more fun"
-Spawn 1997
help with errors
any idea what this means?
_________________________________________"You're just jelous because the voices only talk to me"
That usually means that you have an extra bracket in there somewhere, like this:
int main()
{
{
return 0;
}
try to find it. If you can''t, it must be something else, and in that case, I have no clue what to do.
--------------------------------------
I am the master of stories.....
If only I could just write them down...
int main()
{
{
return 0;
}
try to find it. If you can''t, it must be something else, and in that case, I have no clue what to do.
--------------------------------------
I am the master of stories.....
If only I could just write them down...
I am the master of ideas.....If only I could write them down...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement