Hi,

here is a suggestion how to make MSVC (cl.exe) recognize the standard extension for assembly code in C projects: Just add the compiler switch /Tc before the file in question, or use /TC to force all files mentioned on the command line to be treated as C code.

Regards,
    Jan Rheinländer