I am still using the RealWin interface to the Windows API - I know it is no longer supported, but the changes required to migrate are too great at present. We do have the source code, but I am still using the supplied library.
With the upgrade to Studio XE SP1 last week, I am now getting the following error, even though none of my code has changed:
realwin.lib(winbase.obj) : error LNK2019: unresolved external symbol _HtmlHelpA@16 referenced in function _START_HTML_HELP
Has there been a change to the API so that this entry point is no longer available?
Thanks,
David
連結已複製
Really strange behaviour here.
My solution builds two executables - an .exe and a .dll.
When I remove the DLL project from the solution, the main solution builds. The solution for the DLL project also builds. When I put the DLL project back into the main solution, I get the unresolved external reference.
Any ideas?
David
Yes,Helphtml.lib is in the build. My solution was working until the latest update. It still works if I take one project out of the solution, and that project builds successfully on its own, but when I try to build both the dll and exe files in the same build it fails with the unresolved reference.
