From: Dirk B. <db...@us...> - 2005-04-18 17:40:03
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10915/doc Modified Files: p-gethelp.htm Log Message: zEXEC rewritten (see Shell.f), made DEPRECATED work for class members,SF[1178189] fixed, SF[1178189] fixed, SF[1178186] fixed, SF[1167791] fixed, SF[774094] fixed; and some other small changes I can't remebere any more Index: p-gethelp.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-gethelp.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** p-gethelp.htm 21 Dec 2004 00:18:56 -0000 1.1 --- p-gethelp.htm 18 Apr 2005 17:39:24 -0000 1.2 *************** *** 67,70 **** --- 67,75 ---- be used to suppress the warning for the current line if it's used after values are added to the stack.</p> + + <h3>Deprecated Word Warnings</h3> + <p>The display of these warnings is controlled by the value <b><span class="fixedfont">DPR-WARNING?</span></b> which can be set and reset + with <b><span class="fixedfont">DPR-WARNING-ON</span></b> and <b><span class="fixedfont">DPR-WARNING-OFF</span></b> respectively.</p> + <hr> <h2>Error messages</h2> *************** *** 321,325 **** <span class="fixedfont"><a href="#Warning(-4103)">is an application word set to a system word</a></span></td> </tr> ! <tr> <td style="font-weight: normal; color: black; border-left-style: none; border-right-style: none; border-top-style: none; border-bottom: .75pt solid green; background-color: #CCCCCC" width="212" align="center"> -4103</td> --- 326,330 ---- <span class="fixedfont"><a href="#Warning(-4103)">is an application word set to a system word</a></span></td> </tr> ! <tr> <td style="font-weight: normal; color: black; border-left-style: none; border-right-style: none; border-top-style: none; border-bottom: .75pt solid green; background-color: #CCCCCC" width="212" align="center"> -4103</td> *************** *** 327,330 **** --- 332,341 ---- <span class="fixedfont"><a href="#Warning(-4103)">stack depth increased</a></span></td> </tr> + <tr> + <td style="font-weight: normal; color: black; border-left-style: none; border-right-style: none; border-top-style: none; border-bottom: .75pt solid green; background-color: #CCCCCC" width="212" align="center"> + -4104</td> + <td style="font-weight: normal; color: black; border-left-style: none; border-right-style: none; border-top-style: none; border-bottom: .75pt solid green; background-color: #CCCCCC" width="356"> + <span class="fixedfont"><a href="#Warning(-4104)">is a deprecated word</a></span></td> + </tr> </table> </center> *************** *** 980,983 **** --- 991,1014 ---- </blockquote> <p><b>Resolution: </b>Depends; check out whether it's OK for this to happen.</p> + + <hr> + <p><span class="fixedfont"><font size="4"><b><a name="Warning(-4104)"> + Warning(-4104)</a></b></font></span><b><span class="fixedfont"><font size="4">: + is a deprecated word</font></span></b></p> + <p><b>Summary: </b>Warning. The word you are using is marked as deprecated. Sutch + words will be removed form Win32Forth in the future.For more information take + a look at the source of the depreacted word.</p> + <p><b>Example:</b></p> + <blockquote> + <pre> + foo ; DEPRECATED ok + : foo1 foo ; + ^^^ + Warning(-4104): FOO is a deprecated word ok</pre> + </blockquote> + <p><b>Resolution: </b>If you understand this, and it's annoying you, then turn + off warnings with <span class="fixedfont"><a href="#Suppressing Warnings"> + DPR-WARNING-OFF</a></span>. Otherwise, realise that your application might not + work with new Win32Forth Versions in the future.</p> <hr> <p><b><span class="fixedfont"><font size="4"><a name="Error(9998)">Error(9998)</a>: <name> |