Linking F1 to ResponsiveHTML help -missing files
According to the RoboHelp help (Adobe RoboHelp (2015 release) )
Step 3 mentions two files that we can't find: wininet.lib and hhctrl.lib
Program Help for Visual C++ applications
This information is for developers connecting context-sensitive Help topics to C++ applications.
1)Open the project in the C++ IDE.
2)Add RoboHelp_CSH.cpp and RoboHelp_CSH.h to the project.
3)Link the wininet.lib and hhctrl.lib libraries to the application. Look for the hhctrl.lib library in the CSH API subfolder of the installation folder.
4)If you are using Microsoft Visual C++ with MFC, set the RoboHelp_CSH.cpp file so that it doesn’t use precompiled headers.
I checked in the installation and they are not there.
Thanks.
