cl.exe -nologo -I. -I../../../../include -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c-
-MT    -DHB_FM_STATISTICS_OFF -DHB_DYNLIB -c ../../thread.c -Fothread.obj
thread.c
../../../../include\hbatomic.h(270) : error C4235: nonstandard extension
used : '__asm' keyword not supported on this architecture
../../../../include\hbatomic.h(270) : error C2065: 'mov' : undeclared
identifier
../../../../include\hbatomic.h(270) : error C2146: syntax error : missing
';' before identifier 'eax'
../../../../include\hbatomic.h(270) : error C2065: 'eax' : undeclared
identifier
../../../../include\hbatomic.h(271) : error C4235: nonstandard extension
used : '__asm' keyword not supported on this architecture
../../../../include\hbatomic.h(271) : error C2146: syntax error : missing
';' before identifier 'lock'
../../../../include\hbatomic.h(271) : error C2065: 'lock' : undeclared
identifier
../../../../include\hbatomic.h(271) : error C2146: syntax error : missing
';' before identifier 'inc'
../../../../include\hbatomic.h(271) : error C2065: 'inc' : undeclared
identifier
../../../../include\hbatomic.h(271) : error C2146: syntax error : missing
';' before identifier 'dword'
../../../../include\hbatomic.h(271) : error C2065: 'dword' : undeclared
identifier
../../../../include\hbatomic.h(271) : error C2146: syntax error : missing
';' before identifier 'ptr'
../../../../include\hbatomic.h(271) : error C2065: 'ptr' : undeclared
identifier
../../../../include\hbatomic.h(271) : error C2065: 'eax' : undeclared
identifier
../../../../include\hbatomic.h(272) : error C2143: syntax error : missing
';' before '}'
../../../../include\hbatomic.h(278) : error C4235: nonstandard extension
used : '__asm' keyword not supported on this architecture
../../../../include\hbatomic.h(278) : error C2065: 'mov' : undeclared
identifier
../../../../include\hbatomic.h(278) : error C2146: syntax error : missing
';' before identifier 'eax'
../../../../include\hbatomic.h(278) : error C2065: 'eax' : undeclared
identifier
../../../../include\hbatomic.h(279) : error C4235: nonstandard extension
used : '__asm' keyword not supported on this architecture
../../../../include\hbatomic.h(279) : error C2146: syntax error : missing
';' before identifier 'lock'
../../../../include\hbatomic.h(279) : error C2065: 'lock' : undeclared
identifier
../../../../include\hbatomic.h(279) : error C2146: syntax error : missing
';' before identifier 'dec'
../../../../include\hbatomic.h(279) : error C2065: 'dec' : undeclared
identifier
../../../../include\hbatomic.h(279) : error C2146: syntax error : missing
';' before identifier 'dword'
../../../../include\hbatomic.h(279) : error C2065: 'dword' : undeclared
identifier
../../../../include\hbatomic.h(279) : error C2146: syntax error : missing
';' before identifier 'ptr'
../../../../include\hbatomic.h(279) : error C2065: 'ptr' : undeclared
identifier
../../../../include\hbatomic.h(279) : error C2065: 'eax' : undeclared
identifier
../../../../include\hbatomic.h(280) : error C4235: nonstandard extension
used : '__asm' keyword not supported on this architecture
../../../../include\hbatomic.h(280) : error C2146: syntax error : missing
';' before identifier 'setne'
../../../../include\hbatomic.h(282) : error C2065: 'setne' : undeclared
identifier
../../../../include\hbatomic.h(282) : error C2146: syntax error : missing
';' before identifier 'c'
../../../../include\hbatomic.h(282) : error C2143: syntax error : missing
';' before 'return'

It also happens in plain C mode.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to