News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

hhCtrl.lib?

Started by ipadilla, May 19, 2005, 06:26:45 AM

Previous topic - Next topic

ipadilla

Hi everybodyl,

Where can I find hhCtrl.lib?

Htank you
ipadilla

Vortex

From this link:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/vsconOvaccessing.asp

Quote
Accessing the HTML Help API
 
The functionality provided by the HTML Help API resides in the HTML Help ActiveX control (Hhctrl.ocx), which is installed when you set up HTML Help Workshop.

To gain access to the HTML Help API, you link to the Htmlhelp.lib file and include the Htmlhelp.h file in your Windows program. Both of these files are installed on your system when you set up HTML Help Workshop.

About Htmlhelp.lib
Htmlhelp.lib is an export library that exposes the HTML Help API and loads Hhctrl.ocx only when HtmlHelp() is called. In addition, Htmlhelp.lib locates the registered Hhctrl.ocx.

By default, Htmlhelp.lib is located in the following directory:

C:\Program Files\HTML Help Workshop\Lib

About Htmlhelp.h
Htmlhelp.h is a header file that contains the declarations for HtmlHelp(). It must be included in your Windows program.

By default, Htmlhelp.h is located in the following directory:

C:\Program Files\HTML Help Workshop\Include

Notes
Copy Htmlhelp.lib to your Lib folder and Htmlhelp.h to your Include folder, so the compiler can find these files.
If you are using the HTML Help API with Windows 95 and Internet Explorer 3.x, you must either set up DCOM for Microsoft Windows® 95, version 1.2, or set up Internet Explorer, version 4 or later. Otherwise, the calls that you make to HtmlHelp() may not be processed correctly.

ipadilla

Hi Vortex,

Thank you very much for anwsering, but I remember a hhCrtl.lib,  have somebody converted .ocx to .lib to use it on masm32?
You are very kind.
ipadilla