Windows7系统下安装OpenSSL攻略
若仍未解决:
解决方法:
google几次,也没找到解决方法。仔细分析出错信息,原来是MASM的版本过低, 我安装的MASM32中
C:/masm32/bin>ml
Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997. All rights reserv
版本是 6.14.8444,而错误提示中推荐8.00 or later ,所以只好下载MASM的高版本.这里安装MASM8.0
MASM8.0可以从微软网站自由获取,地址如下:
http://www.microsoft.com/downloads/details.aspx?familyid=7A1C9DA0-0510-44A2-B042-7EF370530C64&displaylang=en
获取后,得到的是安装包MASMSetup.exe,没有装VC2005的话,无法安装,解决方法如下:
用winrar解压缩MASMSetup.exe得到:setup.exe
继续用winrar解压缩setup.exe 得到:vc_masm1.cab
继续用winrar解压缩vc_masm1.cab得到:FL_ml_exe__..... (很长的文件名,省略),将这个文件重命名为ml.exe
测试得到的ml.exe , 应该显示: Microsoft (R) Macro Assembler Version 8.00.50727.104
将ml.exe 拷贝到你的工作目录,即可正常使用。
将生成的ml.exe拷贝到C:/masm32/bin目录下,将原来的ml.exe覆盖即可。
参考博客: http://kb.cnblogs.com/a/2320065/
http://finebree.blog.163.com/blog/static/878793552008102474254280/
http://blog.youkuaiyun.com/derryzhang/article/details/6430446