Update of /cvsroot/win32forth/win32forth/demos
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32734
Modified Files:
HtmlDisplay.f MultiHello.f PdfControlDemo.f WINCLOCK.F
WINHELLO.F
Log Message:
Jos: Adapted for the new console or changed Win32Forth environment.
Index: PdfControlDemo.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/PdfControlDemo.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PdfControlDemo.f 18 Sep 2005 11:10:31 -0000 1.1
--- PdfControlDemo.f 16 Aug 2008 15:18:30 -0000 1.2
***************
*** 54,58 ****
pdfwin pwin
start: pwin
! s" doc\Forth_Primer.pdf" Prepend<home>\ loadfile: pwin drop
--- 54,58 ----
pdfwin pwin
start: pwin
! s" Help\html\Guides\And_so_Forth.pdf" Prepend<home>\ loadfile: pwin drop
Index: HtmlDisplay.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/HtmlDisplay.f,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HtmlDisplay.f 15 Sep 2005 16:36:09 -0000 1.3
--- HtmlDisplay.f 16 Aug 2008 15:18:30 -0000 1.4
***************
*** 34,39 ****
Start: MainWindow1
! s" doc\p-index.htm" Prepend<home>\ PAD place PAD +null PAD 1+ SetURL: MainWindow1
Start: MainWindow2
! s" doc\dpans\dpans.htm" Prepend<home>\ PAD place PAD +null PAD 1+ SetURL: MainWindow2
--- 34,39 ----
Start: MainWindow1
! s" Help\html\dpans\dpans.htm" Prepend<home>\ PAD place PAD +null PAD 1+ SetURL: MainWindow1
Start: MainWindow2
! s" Help\html\Guides\primer_Noble.htm" Prepend<home>\ PAD place PAD +null PAD 1+ SetURL: MainWindow2
Index: WINHELLO.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/WINHELLO.F,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** WINHELLO.F 26 Apr 2008 11:14:33 -0000 1.4
--- WINHELLO.F 16 Aug 2008 15:18:30 -0000 1.5
***************
*** 5,12 ****
only forth also definitions
- needs NoConsole.f
needs Resources.f
! false value turnkey?
\ ---------------------------------------------------------------
--- 5,12 ----
only forth also definitions
needs Resources.f
! \ false
! 1 value turnkey?
\ ---------------------------------------------------------------
***************
*** 103,109 ****
turnkey? [if]
- NoConsoleIO \ Setup the Console I/O for an application without the console window.
- NoConsoleInImage \ Tell Imageman that we don't need the w32fconsole.dll.
-
\ Create the exe-file
&forthdir count &appdir place
--- 103,106 ----
Index: MultiHello.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/MultiHello.f,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MultiHello.f 30 May 2008 20:18:44 -0000 1.3
--- MultiHello.f 16 Aug 2008 15:18:30 -0000 1.4
***************
*** 5,9 ****
needs task.f
- needs NoConsole.f
needs Resources.f
--- 5,8 ----
***************
*** 205,211 ****
turnkey? [if]
- NoConsoleIO \ Setup the Console I/O for an application without the console window.
- NoConsoleInImage \ Tell Imageman that we don't need the w32fconsole.dll.
-
\ Create the exe-file
&forthdir count &appdir place
--- 204,207 ----
Index: WINCLOCK.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/WINCLOCK.F,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** WINCLOCK.F 30 Apr 2008 15:51:08 -0000 1.5
--- WINCLOCK.F 16 Aug 2008 15:18:30 -0000 1.6
***************
*** 5,9 ****
only forth also definitions
- needs NoConsole.f
needs Resources.f
needs lib\BitmapDC.f
--- 5,8 ----
***************
*** 367,373 ****
turnkey? [if]
- NoConsoleIO \ Setup the Console I/O for an application without the console window.
- NoConsoleInImage \ Tell Imageman that we don't need the w32fconsole.dll.
-
\ Create the exe-file
&forthdir count &appdir place
--- 366,369 ----
|