Update of /cvsroot/win32forth/win32forth/demos
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2651
Modified Files:
ListViewDemo.f
Log Message:
Jos: Adapted for the new console
Index: ListViewDemo.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/demos/ListViewDemo.f,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ListViewDemo.f 11 Jun 2006 09:53:44 -0000 1.14
--- ListViewDemo.f 16 Aug 2008 17:59:21 -0000 1.15
***************
*** 9,16 ****
Needs ListView.f
- Needs NoConsole.f
Needs Resources.f
! 0 value turnkey?
20 constant FontHeight
--- 9,15 ----
Needs ListView.f
Needs Resources.f
! 1 value turnkey?
20 constant FontHeight
***************
*** 392,396 ****
turnkey? [if]
- NoConsoleIO NoConsoleInImage
' main turnkey ListViewDemo.exe
s" WIN32FOR.ICO" s" ListViewDemo.exe" AddAppIcon
--- 391,394 ----
|