版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.youkuaiyun.com/guanyuqiu/article/details/79726271
<link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-e2445db1a8.css">
<div class="htmledit_views">
<p>之前的程序一直没问题,移植到vs2015 x64位系统错误很多,有点抓狂的状态。</p><p>定位 _findnext(hFile,&fileinfo) 报错。</p><p>错误 :0x00007FFC70CB0B2D (ntdll.dll)处(位于 Cutton_Dlg.exe 中)引发的异常: 0xC0000005: 写入位置 0xFFFFFFFFAE1B1940 时发生访问冲突。</p><p>解决方法: </p><pre onclick="hljs.copyCode(event)"><code class="language-cpp hljs"><span class="hljs-keyword">long</span> hFile;</code><div class="hljs-button" data-title="复制"></div></pre><p>改成</p><pre onclick="hljs.copyCode(event)"><code class="language-cpp hljs"><span class="hljs-keyword">intptr_t</span> hFile;</code><div class="hljs-button" data-title="复制"></div></pre><br> </div>
</div>

该博客主要是版权声明,表明文章为博主原创,未经允许不得转载,并给出文章链接。
982

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



