Hello,
Many thanks in advance.
I am trying to read characters from a file, wan to store in a array and use strstr function. i am geting error "No compile tool associated with file file extention winnt.h" as below.
Compiling...
WatchdogIni.cpp
C:\Program Files\Windows CE Tools\wce410\JM W_OBU\Include\x 86\winnt.h(6440 ) : error C2144: syntax error : missing ';' before type 'int'
C:\Program Files\Windows CE Tools\wce410\JM W_OBU\Include\x 86\winnt.h(6440 ) : error C2501: 'ZZZ' : missing storage-class or type specifiers
C:\Program Files\Windows CE Tools\wce410\JM W_OBU\Include\x 86\winnt.h(6440 ) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Can anyone please help me know what should be the problem?
Thanks.
Many thanks in advance.
I am trying to read characters from a file, wan to store in a array and use strstr function. i am geting error "No compile tool associated with file file extention winnt.h" as below.
Compiling...
WatchdogIni.cpp
C:\Program Files\Windows CE Tools\wce410\JM W_OBU\Include\x 86\winnt.h(6440 ) : error C2144: syntax error : missing ';' before type 'int'
C:\Program Files\Windows CE Tools\wce410\JM W_OBU\Include\x 86\winnt.h(6440 ) : error C2501: 'ZZZ' : missing storage-class or type specifiers
C:\Program Files\Windows CE Tools\wce410\JM W_OBU\Include\x 86\winnt.h(6440 ) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Can anyone please help me know what should be the problem?
Thanks.