HtmlHelp() problem
Posted: Wed Dec 13, 2006 4:03 pm
I have problems making HtmlHelp() function work correctly. Following is a small sample that provokes a GPF the second time I press the "Help" button. I'm using FWH 2.8 (Sept. 2006 release) and xHarbour Builder (Oct. 2006 release)
Anybody having the same problem, or am I missing something ?
Thanks
Code: Select all
#include "FiveWin.ch"
function Main()
DEFINE WINDOW oWnd FROM 10,10 TO 20,30
@3,8 BUTTON "Help" OF oWnd SIZE 50,20 ACTION (HtmlHelp(0,"c:\fwh\manual\fwclass.chm",2,0))
ACTIVATE WINDOW oWnd
Thanks