where can i find htmlhelp.dll? i only found htmlhelp.inc and htmlhelp.lib, and i run my application and it says that "not found htmlhelp.dll, ..."
Simple. You don't.
It's a system file, hhctrl.ocx.
What version of MASM32 are you using?
Have you loaded, a different Help control into the OS?
Regards, P1 :8)
the newest version 9.0
I use the htmlhelp.inc from http://www.masm32.com/board/index.php?topic=4894.msg36548#msg36548 and the htmlhelp.lib from masm32/lib,..
I see what the issue is now.
The old lib using htmlhelp.dll. Was is found in the New release of MASM32.
In my Version 8 of MASM, directory I show an old lib using htmlhelp.dll, and a newer lib using hhctrl.ocx.
Here is the right lib for the .inc file. This a match to the MASM .inc file, and not Stan's.
Regards, P1 :8)
[attachment deleted by admin]
As an after thought, if you want Stan's .inc file you need to download M$ "HTML Help Workshop" and use that .lib file.
But check the EULA for redistribution rights.
Regards, P1 :8)
Quote from: P1 on June 22, 2006, 04:45:34 PM
As an after thought, if you want Stan's .inc file you need to download M$ "HTML Help Workshop" and use that .lib file.
But check the EULA for redistribution rights.
Regards, P1 :8)
P1, thabk you for your kindly help, it works :thumbu