Windows cannot find hcw

穿精又带淫゛_ 提交于 2020-01-14 01:57:13

问题


I am trying to migrate an old MFC project to VS 2012 and one of the errors I get is this one:

From what I read is that it has something to do with Help Files, which are not supported on Windows 7.

I thought that maybe Windows is searching for the hcw path so I added to the Environment Variables, but I still get the error. From the code I can see that the command is called inside .mak files:

start /wait hcw /C /E /M "hlp\$(InputName).hpj"

Anyone has an idea how can I get rod of the error ?


回答1:


Your project requires Microsoft Help Workshop.




回答2:


Just ran into the same issue. VS 6 project promoted to VS2013.

To eliminate the error. remove the Projectname.hpj file from the project.




回答3:


Could be a problem in the post build step.



来源:https://stackoverflow.com/questions/21678965/windows-cannot-find-hcw

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!