Update of /cvsroot/win32forth/win32forth/apps/ForthForm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16338/apps/ForthForm
Modified Files:
FORTHFORM.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: FORTHFORM.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORTHFORM.F,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** FORTHFORM.F 21 Aug 2005 06:22:00 -0000 1.7
--- FORTHFORM.F 15 Sep 2005 16:36:08 -0000 1.8
***************
*** 710,714 ****
UpdateSystem
- InitHtmlControl \ for the help file
InitScintillaControl \ for the editor
;M
--- 710,713 ----
***************
*** 863,867 ****
if Call DeleteObject drop
0 to staticbmp
! then ExitHtmlControl ExitScintillaControl
\+ sysgen 0 Call PostQuitMessage
\+ sysgen msg-buffer off \ set as no longer running
--- 862,866 ----
if Call DeleteObject drop
0 to staticbmp
! then ExitScintillaControl
\+ sysgen 0 Call PostQuitMessage
\+ sysgen msg-buffer off \ set as no longer running
|