I'm porting an some code to VS2013, and ran across a linker error today:
htmlhelp.lib(init.obj) : error LNK2026: module unsafe for SAFESEH image
So, I'm faced with two alternatives: Find an htmlhelp.lib that's compatible, or find an alternative.
Any suggestions on either?