环境:
Windows 7 64位 VS2013
windows 10 / VS2015
目标: 在vs2013(VS2015)中集成yasm编译环境,使用asm和c++相互调用。
地址: yasm 下载 http://yasm.tortall.net/Download.html
1。下载vsyasm
- Win32 VS2010 .zip (for use with VS2010+ on 32-bit Windows)
- Win64 VS2010 .zip (for use with VS2010+ on 64-bit Windows)
2。 把win32的vsyasm.exe放在$(VS安装目录)\VC\BIN里面,把Win64的vsyasm.exe放在$(VS安装目录)\VC\BIN\amd64里面。
PS:32位的cl.exe和32位vsyasm.exe放在一个目录,编译不会出错,否则会失败。

本文档详细介绍了如何在Windows 7 64位和Windows 10环境下,将yasm 1.3.0集成到Visual Studio 2013和2015中,以便在C++项目中使用汇编语言。提供了解决方案下载链接,并特别提到适用于32位和64位Windows的VS2010版本。

97

被折叠的 条评论
为什么被折叠?



