I am using VS2005 and VS2008. I am trying to get an assembler listing of one of the files in my project. I have right clicked on the file, selected Properties/C/Output Files and filled in "ASM List Location" with c:\this.asm. (I also tried this setting on the project properties). But when I compile (shift/F7), it does not produce c:\this.asm.
Is there something else I need to do?
Start Free Trial