Menu

#40 visual studio 2010 & nasm

None
closed
nobody
None
5
2021-03-10
2010-11-14
Anonymous
No

how to compile lame using visual studio 2010 compiler.

vc9_nasm.targets geneted error messages when compile.

Discussion

  • MuldeR

    MuldeR - 2011-04-09

    Yeah, the "Release_NASM" configuration won't compile in VS2010 without changes. I solved the issue by disabling the "Custom Build Rules" for "NASM". Then of course the .nas files won't compile. So I changed the type of all .nas files (in "Asm" folder) from "NASM" to "Custom Build Tool". Then, under "Custom Build Step" you have to fill in "Command line" and "Outputs", so nasmw.exe will be called with the required arguments.

    Hopefully the LAME project will add VS2010 project/solution files soon :-)

     
  • Alexander Leidinger

    • status: open --> closed
    • Group: -->
     
  • Alexander Leidinger

    3.101 is in beta phase, it comes with new Windows project files.

     

Log in to post a comment.