Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10832/doc Modified Files: FloadCmdLine.htm Paths.htm SQLite.htm WinSock.htm p-AcceleratorTables.htm p-W32fdexh.htm p-callback.htm p-classdbg.htm p-classes.htm p-dexh-createdocs.htm p-float.htm p-index.htm p-interpif.htm p-module.htm p-noconsole.htm p-relnotes.6.12.htm p-task.htm w32f-glossary.csv Log Message: - Doc's updated Index: p-W32fdexh.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-W32fdexh.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** p-W32fdexh.htm 30 Aug 2006 08:30:22 -0000 1.1 --- p-W32fdexh.htm 26 May 2007 10:24:11 -0000 1.2 *************** *** 1,6 **** ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> --- 1,8 ---- ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta name="GENERATOR" content="dexh v03"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> Index: p-classes.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-classes.htm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** p-classes.htm 19 Aug 2006 14:45:36 -0000 1.13 --- p-classes.htm 26 May 2007 10:24:11 -0000 1.14 *************** *** 154,164 **** <li><a href="./classes/File.htm#File">File</a> Class for file I/O.</li> <li><a href="./classes/File.htm#ReadFile">ReadFile</a> Class for loading/saving a complete file from/to memory.</li> </ul> <h2>ADO Classes</h2> <ul> ! <li><a href="./classes/ADO.htm#0">ADOConnection</a> For connecting to a database.</li> ! <li><a href="./classes/ADO.htm#21">ADOCursor</a> For manipulating recordsets.</li> ! </ul> <hr> --- 154,165 ---- <li><a href="./classes/File.htm#File">File</a> Class for file I/O.</li> <li><a href="./classes/File.htm#ReadFile">ReadFile</a> Class for loading/saving a complete file from/to memory.</li> + <li><a href="SQLite.htm">SQLite</a> Database Class for SQLite</li> </ul> <h2>ADO Classes</h2> <ul> ! <li><a href="./classes/ADO.htm#0">ADOConnection</a> For connecting to a database.</li> ! <li><a href="./classes/ADO.htm#21">ADOCursor</a> For manipulating recordsets.</li> ! </ul> <hr> Index: p-relnotes.6.12.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.12.htm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** p-relnotes.6.12.htm 17 May 2007 11:11:22 -0000 1.13 --- p-relnotes.6.12.htm 26 May 2007 10:24:11 -0000 1.14 *************** *** 217,220 **** --- 217,226 ---- <li><a href="./classes/TrayWindow.htm">TrayWindow</a> Class for windows that hide themself in the TrayBar when they are minimized.</li> + <li><a href="SQLite.htm">SQLite</a> Database Class for SQLite</li> + </ul> + + <h2>New Libraries</h2> + <ul> + <li><a href="WinSock.htm">WinSock</a> Simple Socket Library</li> </ul> *************** *** 230,233 **** --- 236,242 ---- to implement a Spliiter window</a></li> <li>demos\Ado\*.f - Various demos for the new Ado class library. Requires MS access to build the .mdb file for the tests. + <li><a href="../demos/SQLite Demo.f">demos/SQLite Demo.f - Shows how to use the SQLite class</a></li> + <li><a href="../demos/WinSock Demo.f">demos/SWinSock Demo.f - Shows how to use the WinSock library</a></li> + </ul> Index: p-module.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-module.htm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** p-module.htm 29 Aug 2006 10:31:47 -0000 1.9 --- p-module.htm 26 May 2007 10:24:11 -0000 1.10 *************** *** 1,6 **** ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> --- 1,8 ---- ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta name="GENERATOR" content="dexh v03"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> Index: SQLite.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/SQLite.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SQLite.htm 26 May 2007 10:06:10 -0000 1.1 --- SQLite.htm 26 May 2007 10:24:11 -0000 1.2 *************** *** 15,20 **** <body><h1 align="center"> <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id$"> ! <img border="0" src="TELLUS.gif" align="left" width="32" height="32"></a> ! <img border="0" src="FORTHPRO.gif" width="32" height="32"> Win32Forth</h1> <hr /><h1>SQLite -- Database Class for SQLite --- 15,20 ---- <body><h1 align="center"> <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id$"> ! <img border="0" src="../TELLUS.gif" align="left" width="32" height="32"></a> ! <img border="0" src="../FORTHPRO.gif" width="32" height="32"> Win32Forth</h1> <hr /><h1>SQLite -- Database Class for SQLite Index: p-classdbg.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-classdbg.htm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** p-classdbg.htm 29 Aug 2006 10:31:46 -0000 1.8 --- p-classdbg.htm 26 May 2007 10:24:11 -0000 1.9 *************** *** 1,6 **** ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> --- 1,8 ---- ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta name="GENERATOR" content="dexh v03"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> Index: p-noconsole.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-noconsole.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** p-noconsole.htm 29 Aug 2006 10:31:47 -0000 1.3 --- p-noconsole.htm 26 May 2007 10:24:11 -0000 1.4 *************** *** 1,6 **** ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> --- 1,8 ---- ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta name="GENERATOR" content="dexh v03"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> *************** *** 28,33 **** the console window. </p><pre><b><a name="2">: ResetConsoleIO ( -- ) \ W32F console ! </a></b></pre><p>Reset of the Console I/O after saving turnkey applications that don't need ! the console window. Done automatically by TURNKEY. </p><pre><b><a name="3">: NoConsoleInImage ( -- ) \ W32F console </a></b></pre><p>Tell Imageman that we don't need the w32fconsole.dll if possible. --- 30,35 ---- the console window. </p><pre><b><a name="2">: ResetConsoleIO ( -- ) \ W32F console ! </a></b></pre><p>Reset of the Console I/O after saving an application that don't need ! the console window. Done automatically by TURNKEY and APPLICATION. </p><pre><b><a name="3">: NoConsoleInImage ( -- ) \ W32F console </a></b></pre><p>Tell Imageman that we don't need the w32fconsole.dll if possible. Index: w32f-glossary.csv =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/w32f-glossary.csv,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** w32f-glossary.csv 19 Aug 2006 14:45:36 -0000 1.12 --- w32f-glossary.csv 26 May 2007 10:24:11 -0000 1.13 *************** *** 1,57 **** "Name","Stack","Comment","Type","Class","File" ! "Generic-Window","","","CLASS","","Generic.htm#0" ! "hWnd","","","INT ivar","Generic-Window","Generic.htm#1" ! "Classinit:","--","","METHOD","Generic-Window","Generic.htm#2" ! "GetHandle:","-- hWnd","","METHOD","Generic-Window","Generic.htm#3" ! "PutHandle:","hWnd --","","METHOD","Generic-Window","Generic.htm#4" ! "ZeroWindow:","--","","METHOD","Generic-Window","Generic.htm#5" ! "DestroyWindow:","--","","METHOD","Generic-Window","Generic.htm#6" ! "Close:","--","","METHOD","Generic-Window","Generic.htm#7" ! "Paint:","--","","METHOD","Generic-Window","Generic.htm#8" [...1169 lines suppressed...] + "create-doc","addr len --","","COLON","ADOCursor","p-W32fdexh.htm#5" + "DEXF","--","","COLON","ADOCursor","p-W32fdexh.htm#6" + "create-docs","--","W32F tool","COLON","ADOCursor","p-dexh-createdocs.htm#0" + "wsocket2-init","--","","COLON","ADOCursor","WinSock.htm#4" + "wsocket2-cleanup","--","","COLON","ADOCursor","WinSock.htm#5" + "host>iaddr","str len -- iaddr","","COLON","ADOCursor","WinSock.htm#6" + "iaddr>str","iaddr -- str len","","COLON","ADOCursor","WinSock.htm#7" + "sock-open","addr len port -- sock","","COLON","ADOCursor","WinSock.htm#8" + "sock-read","addr len sock -- len","","COLON","ADOCursor","WinSock.htm#9" + "sock-write","addr len sock -- len","","COLON","ADOCursor","WinSock.htm#10" + "sock-close","sock -- ior","","COLON","ADOCursor","WinSock.htm#11" + "sock-create","p -- sock","","COLON","ADOCursor","WinSock.htm#12" + "sock-listen","n sock --","","COLON","ADOCursor","WinSock.htm#13" + "sock-accept","sock -- sock iaddr","","COLON","ADOCursor","WinSock.htm#14" + "sock-read?","sock -- n","","COLON","ADOCursor","WinSock.htm#15" + "sock-write?","sock -- flag","","COLON","ADOCursor","WinSock.htm#16" + "sock-accept?","sock -- flag","","COLON","ADOCursor","WinSock.htm#17" + "sock-closed?","sock -- flag","","COLON","ADOCursor","WinSock.htm#18" + "sock-err?","sock -- n","","COLON","ADOCursor","WinSock.htm#19" + "sock-blocked","flag sock --","","COLON","ADOCursor","WinSock.htm#20" Index: p-AcceleratorTables.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-AcceleratorTables.htm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** p-AcceleratorTables.htm 29 Aug 2006 10:31:46 -0000 1.9 --- p-AcceleratorTables.htm 26 May 2007 10:24:11 -0000 1.10 *************** *** 1,6 **** ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> --- 1,8 ---- ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta name="GENERATOR" content="dexh v03"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> Index: p-index.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-index.htm,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** p-index.htm 17 Oct 2006 08:52:18 -0000 1.19 --- p-index.htm 26 May 2007 10:24:11 -0000 1.20 *************** *** 159,162 **** --- 159,163 ---- <li><a href="p-ansfile.htm">File and directory searching words</a></li> <li><a href="Unicode.htm">Unicode Strings (for use with FCOM)</a></li> + <li><a href="WinSock.htm">WinSock - Simple Socket Library</li> <li><a href="p-relnotes.6.12.htm">Release Notes</a></li> </ul> Index: p-callback.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-callback.htm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** p-callback.htm 29 Aug 2006 10:31:46 -0000 1.4 --- p-callback.htm 26 May 2007 10:24:11 -0000 1.5 *************** *** 1,6 **** ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> --- 1,8 ---- ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta name="GENERATOR" content="dexh v03"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> *************** *** 118,122 **** </a></b></pre><p>This windows message definition for WM_WIN32FORTH, provides a way for multiple Win32Forth applications to interact between themselves ! wile running. </p><pre><b><a name="7">: WM_WIN32FOR-INIT ( -- ) \ w32f internal </a></b></pre><p>WM_WIN32FOR-INIT obtains a unique windows message value from Windows --- 120,124 ---- </a></b></pre><p>This windows message definition for WM_WIN32FORTH, provides a way for multiple Win32Forth applications to interact between themselves ! while running. </p><pre><b><a name="7">: WM_WIN32FOR-INIT ( -- ) \ w32f internal </a></b></pre><p>WM_WIN32FOR-INIT obtains a unique windows message value from Windows Index: FloadCmdLine.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/FloadCmdLine.htm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FloadCmdLine.htm 29 Nov 2006 13:23:34 -0000 1.7 --- FloadCmdLine.htm 26 May 2007 10:24:11 -0000 1.8 *************** *** 4,15 **** <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta http-equiv="Content-Type" content="text/xml; charset=iso-8859-1" /> ! <meta name="GENERATOR" content="DexH v03" /> ! <style type="text/css"> ! </style> <title> ! </title> </head> ! <body> <hr /><h1>Experimental shell integration for Win32Forth </h1><hr /><br />FloadCmdLine allows compiling from the context menu. --- 4,21 ---- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta name="GENERATOR" content="dexh v03"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title> ! </title><style><!-- ! h1 { font-family: Tahoma; font-size: 24pt; font-weight: bold } ! h2 { font-family: Tahoma; font-size: 18pt; font-weight: bold } --> ! </style> </head> ! <body><h1 align="center"> ! <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id$"> ! <img border="0" src="TELLUS.gif" align="left" width="32" height="32"></a> ! <img border="0" src="FORTHPRO.gif" ! width="32" height="32"> Win32Forth</h1> <hr /><h1>Experimental shell integration for Win32Forth </h1><hr /><br />FloadCmdLine allows compiling from the context menu. *************** *** 37,40 **** </p><pre><b><a name="0">: FloadCmdLine ( - ) </a></b></pre><p> Compiles the file in the command line. ! </p><hr /> </body></html> --- 43,46 ---- </p><pre><b><a name="0">: FloadCmdLine ( - ) </a></b></pre><p> Compiles the file in the command line. ! </p><hr><p>Document $Id$</p> </body></html> |