K
Kerem Gümrükcü
Hi,
i am gettin this compiler error over and over for AFIAK perfectly
clean code:
error C2143: Syntaxerror : Missing ';' before ']'
for the Line with the " char szMultibyteString[4096];"
//CODE-------------------
INT vidbg_wprintf(LPCTSTR format,...){
INT ret = 0;
TCHAR szFormat[4096];
char szMultibyteString[4096];
Here ----> Missing before^^^
/*somecode*/
.....
}
//CODE END-------------------
Application is compiled with UNICODE,_UNICODE
I already checked function in a new project just containing
this function and a wmain, thats all. Same syntax error. I
really dont get it!
Any ideas,...?
Regards
K.
--
i am gettin this compiler error over and over for AFIAK perfectly
clean code:
error C2143: Syntaxerror : Missing ';' before ']'
for the Line with the " char szMultibyteString[4096];"
//CODE-------------------
INT vidbg_wprintf(LPCTSTR format,...){
INT ret = 0;
TCHAR szFormat[4096];
char szMultibyteString[4096];
Here ----> Missing before^^^
/*somecode*/
.....
}
//CODE END-------------------
Application is compiled with UNICODE,_UNICODE
I already checked function in a new project just containing
this function and a wmain, thats all. Same syntax error. I
really dont get it!
Any ideas,...?
Regards
K.
--