哈喽,那个下载的时候出现the file has been downloaded incorrectly是什么情况
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了哈喽,那个下载的时候出现the file has been downloaded incorrectly是什么情况相关的知识,希望对你有一定的参考价值。
参考技术A 解决方法如下:离线安装MinWG-w64。访问链接,下载离线包并解压到你想要安装的目录MinGW-w64下载首页。
选择版本后下载。
解压到任意目录,配置环境变量在环境变量后面要加/bin。
测试:打开cmd/powershell,执行gcc -v,若正常输出表示没有问题。
HHC6003: Error: The file Itircl.dll has not been
说明:本文应用于Windows XP SP3,其他系统未经测试。
最近使用Html HelpWorkshop编译html文件的时候经常弹出这么一条语句,经检验它导致的后果是编译出来的CHM文件不支持全文搜索。于是到百度上查找,但知道的人凤毛麟角,于是google了一下:原来老外早在1998年就已经发现了该问题。今天就来谈谈如何解决该问题。
- 首先确定系统中是否含有Itircl.dll和Itcc.dll两个文件,前者位于C:\\WINDOWS\\SYSTEM32\\,后者位于C:\\ProgramFiles\\。
- 由于我们在Microsoft下载的HTML HelpWorkshop中已经包含Itcc.dll,将其拷贝到C:\\Program Files即可。最后到网上下载Itircl.dll,复制到SYSTEM32目录。
- 在运行框中执行以下两条命令:
- regsvr32c:\\windows\\system32\\Itircl.dll
- regsvr32 C:\\Progra~1\\itcc.dll
同时,您也可以到 这里 下载。
<http://hi.baidu.com/asnahu/blog/item/8c2a440e012a24cd7bcbe18d
Fix For Error HHC6003(itircl.dll)
UpdatedJune 8, 2000
One of the most annoying problems in HTML Help isan error message which states "HHC6003: The file itircl.dll has notbeen registered correctly". I had brought this to Ralph Walden'sattention sometime in 1998, and he said to have the individualre-register itcc.dll on the system, as there is some interactionthat needs to occur between the two files that isn't occurring.Since then, I've assisted about a dozen people with this problem inthis manner, explaining what Ralph told me.
One thing that's quite interesting is that, in some cases, itcc.dllisn't even on the system. I've brought this to the HTML Helpdevelopment team's attention, and while I was told they've heard ofthe problem, they've yet to be able to duplicate it. Also, up untilrecently, every time I've heard of the problem, the system's beenrunning NT. However, I've received an email about someone who hadto use this fix on a Win98 SE system (thanks, Stuart!), so this isno longer true.
Ok, on to the fix:
Look for itcc.dll on your system. If it's there,register it using:
regsvr32 c:\\windows\\system\\itcc.dll
Make sure you substitute the correct path for the location ofitcc.dll on your system.
However, if itcc.dll is not on the system at all,you can download a copy by clicking here(it's about 75k zipped). Unzip it to either c:\\windows\\system orc:\\winnnt\\system32, whichever is appropriate for yoursystem.
<http://frogleg.mvps.org/helptechnologies/oldjunque/itircl.htm>
以上是关于哈喽,那个下载的时候出现the file has been downloaded incorrectly是什么情况的主要内容,如果未能解决你的问题,请参考以下文章
Andriod Studio 出现An error has occurred.See the log file错误解决
[转]图解eclipse 查看原始类出现The jar file rt.jar has no source attachment
The JAR file XXX has no source attachment问题(Eclipse)
MySQL5.7报错–initialize specified but the data directory has files
MySQL5.7报错–initialize specified but the data directory has files
使用Keil 将汇编嵌入C语言中进行编译 出现: file has been changed outside the editor, reload?