assembly - How do I resolve error C2059: syntax error ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
assembly - How do I resolve error C2059: syntax error ...
2012年7月20日 - You can not put the asm code (or any other code) directly into the global scope. You have to put it inside a function. void f() { __asm { Some code } } ...