问题
Anyone know of 3rd party or open source alternatives to MS' old htmlhelp.lib library? It was compiled w/ an older version of Visual Studio and apparently is no longer supported. I'm porting an old program to VS.2012.
Looks like the official way to do this is a bit hackish...you have to create a new app w/ HTML help using the MFC Wizard and then merge all your old code into it :-P http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/045a2e45-01cb-4be3-afc5-f1473496760f/
EDIT: Note: my app is 64-bit..
来源:https://stackoverflow.com/questions/15507105/htmlhelp-lib-for-visual-studio-2012-mfc-app