ProZac
06-10-05, 10:13
for(int i = 0; i < MAX_THREADS; i++) {
CloseHandle(hThreads[i]);
}
return 0;
}
C2143: syntax error : missing ';' before 'type'
C2143: syntax error : missing ';' before 'type'
C2143: syntax error : missing ')' before 'type'
C2143: syntax error : missing ';' before 'type'
C2065: 'i' : undeclared identifier
C2059: syntax error : ')'
C2143: syntax error : missing ';' before '{'
All in the upper line.
Anyone has some good advise how to fix this?
CloseHandle(hThreads[i]);
}
return 0;
}
C2143: syntax error : missing ';' before 'type'
C2143: syntax error : missing ';' before 'type'
C2143: syntax error : missing ')' before 'type'
C2143: syntax error : missing ';' before 'type'
C2065: 'i' : undeclared identifier
C2059: syntax error : ')'
C2143: syntax error : missing ';' before '{'
All in the upper line.
Anyone has some good advise how to fix this?