简体   繁体   English

VS2013中HTMLhelp的替代方法

[英]Alternatives to HTMLhelp in VS2013

I'm porting an some code to VS2013, and ran across a linker error today: 我正在将一些代码移植到VS2013,并且今天遇到了链接器错误:

htmlhelp.lib(init.obj) : error LNK2026: module unsafe for SAFESEH image htmlhelp.lib(init.obj):错误LNK2026:对于SAFESEH图像,模块不安全

So, I'm faced with two alternatives: Find an htmlhelp.lib that's compatible, or find an alternative. 因此,我面临着两个选择:查找兼容的htmlhelp.lib或找到一个选择。

Any suggestions on either? 有什么建议吗?

OK, more info is available here on SAFESEH: http://msdn.microsoft.com/en-us/library/9a89h429(v=vs.110).aspx 好吧,更多的信息可以在这里在SAFESEH上找到: http : //msdn.microsoft.com/zh-cn/library/9a89h429( v=vs.110) .aspx

@HansPassant above pointed out that he couldn't repro, which sent me searching. 上面的@HansPassant指出他无法复制,这使我搜寻。 I had been using the version installed with the ancient HTML Help workshop (ca 1999), and have now linked with the one from the windows SDK C:\\Program Files\\Microsoft SDKs\\Windows\\v7.1A which is a bit more modern, and doesn't show the problem. 我一直在使用古老的HTML帮助讲习班(ca 1999)上安装的版本,现在已与Windows SDK C:\\ Program Files \\ Microsoft SDKs \\ Windows \\ v7.1A中的版本链接在一起,该版本更为现代,并没有显示问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM