[aspectc-user] _asm in msvc unrecognized

Hans VB hans.vanbroeckhoven at telenet.be
Fri Apr 22 13:28:37 CEST 2005


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




More information about the aspectc-user mailing list