Update of /cvsroot/win32forth/win32forth/src/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16338/src/tools
Modified Files:
HelpSystem.f
Log Message:
Replaced our Html display control (w32fHtmlDisplay.dll) with Tom's ActiveX control. So the file w32fHtmlDisplay.dll isn't needed any more.
Index: HelpSystem.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/tools/HelpSystem.f,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HelpSystem.f 3 May 2005 14:21:59 -0000 1.5
--- HelpSystem.f 15 Sep 2005 16:36:10 -0000 1.6
***************
*** 130,134 ****
: internal-browser ( addr len -- ) \ open the help file in our own Window
asciiz
- InitHtmlControl
Start: HelpWindow
SetURL: HelpWindow ;
--- 130,133 ----
***************
*** 192,196 ****
else ." No error happened."
then ;
!
WARNING OFF
: help ( -<word>- -- ) \ show help for a word or the last win32forth error message
--- 191,195 ----
else ." No error happened."
then ;
!
WARNING OFF
: help ( -<word>- -- ) \ show help for a word or the last win32forth error message
***************
*** 213,217 ****
if msdn-help?
if (msdn-help)
! else sdk-help?
if (sdk-help)
else 2drop (api-help-error)
--- 212,216 ----
if msdn-help?
if (msdn-help)
! else sdk-help?
if (sdk-help)
else 2drop (api-help-error)
***************
*** 234,236 ****
help-system
- |