Compared to Flare v4.5 the build menu opion "Test CSH API Calls..." now works.
I have then noticed the "Preview as HTML Window" option in the top of the Skin Editor.
This however always produces an "Object no set to an instance..." error.
Even I have specified a skin called "Dialog" I cannot get the topic showed using the HTML API:
Code: Select all
::HtmlHelp(GetSafeHwnd(),_T("c:\\windows\\help\\myhelp.chm>Dialog"),HH_HELP_CONTEXT,id);Using Windows Vista x64
Visual Studio 2008 C++
Flare v5 SP1
-cpede