Hey,
Using the MS VC 2003 Toolkit command line compiler, the following file :
int main() {
_asm {
mov eax,0
}
return 0;
}
yields following error (using ac++ WPT) :
main.cpp:2: error: invalid statement near token `{'
Is this known? Any workarounds?
Greets,
Hans