<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=gb2312"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:宋体;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@宋体";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>Dear Richard,<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>  I already checkded that the file "applink.c" does exist under the directory 'D:\openssl-1.1.0\ms'. I also considered the problem of access permission. That is why I ran all the commands as an administrator. <o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>Now, I used the Perl script provided by you to revise the original "copy.pl" as the following:<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p> </o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>... ...<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>foreach (@filelist)<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>          {<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>          ... ...<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>                   }<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>          else<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>                   {<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>                   $dfile = $dest;<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>                   }<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>          sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_: $!";<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>          sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>                                                || die "Can't Open $dfile: $!";<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>          while (sysread IN, $buf, 10240)<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>... ...<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p> </o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>I don't know much about Perl. I am afraid that I had made some mistake. Now, I got the following result:<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p> </o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>D:\openssl-1.1.0>nmake install<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p> </o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>Microsoft (R) </span><span lang=ZH-CN style='font-size:10.5pt;font-family:宋体;color:#333333'>程序维护实用工具</span><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'> 10.00.30319.01 </span><span lang=ZH-CN style='font-size:10.5pt;font-family:宋体;color:#333333'>版</span><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p></o:p></span></p><p class=MsoNormal style='background:white'><span lang=ZH-CN style='font-size:10.5pt;font-family:宋体;color:#333333'>版权所有</span><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>(C) Microsoft Corporation</span><span lang=ZH-CN style='font-size:10.5pt;font-family:宋体;color:#333333'>。保留所有权利。</span><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p> </o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>*** Installing development files<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>created directory `C:/Program Files (x86)/OpenSSL'<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>created directory `C:/Program Files (x86)/OpenSSL/include'<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>created directory `C:/Program Files (x86)/OpenSSL/include/openssl'<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>Can't Open "./ms/applink.c": Invalid argument at .\util\copy.pl line 61.<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>NMAKE : fatal error U1077: “C:\Perl\bin\perl.exe”: returen code “0x16”<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>Stop.<o:p></o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'><o:p> </o:p></span></p><p class=MsoNormal style='background:white'><span style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:#333333'>D:\openssl-1.1.0><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>