LoadLibrary on OCX file fails in Windows 7 x64

前端 未结 3 613
别跟我提以往
别跟我提以往 2021-01-27 12:00

I need to open a html help file from within a legacy windows application written in old version of C++ Builder. HtmlHelp is loaded via HtmlHelp.ocx, which I am loading via LoadL

3条回答
  •  日久生厌
    2021-01-27 12:07

    I have the exact same problem right now running W7 (x64).

    I got it to work when I changed the "%SystemRoot%\System32\hhctrl.ocx" to "c:\windows\System32\hhctrl.ocx", but I guess I need to figure out why %SystemRoot% resolves wrong.

    btw: I'm building a 32bit app on BCB2007.

提交回复
热议问题