<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>win32forth at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/win32forth/</link>
    <description>Win32Forth</description>

    <item>
      <title>Testing the new console and the IDE</title>
      <pubDate>Wed, 23 Jul 2008 09:07:43 GMT</pubDate>
      <dc:creator>Jos van de Ven</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13639</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13639</guid>
      <description>The latest newconsole.f is able to run pong without any problem. More tests with the IDE reveals the 2 problems I could not solve (sorry): 1) When both</description>
    </item>
    <item>
      <title>Re: New Console</title>
      <pubDate>Mon, 21 Jul 2008 20:41:05 GMT</pubDate>
      <dc:creator>Rod Oakford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13638</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13638</guid>
      <description>Thanks Jos, I have updated the CVS for c_key? I also had to add an Update:self in CommandWindow.f as the text was not updating immediatley in the new console</description>
    </item>
    <item>
      <title>Re: New Console</title>
      <pubDate>Sun, 20 Jul 2008 13:57:59 GMT</pubDate>
      <dc:creator>Dirk Busch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13637</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13637</guid>
      <description>... hm, I have no idear why the IDE should need a hidden console window. The only reason I can see, is that we can&#39;t create APPLICATIONS whitout a console </description>
    </item>
    <item>
      <title>Re: New Console</title>
      <pubDate>Sun, 20 Jul 2008 12:21:08 GMT</pubDate>
      <dc:creator>Jos van de Ven</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13636</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13636</guid>
      <description>... [...] ... [...] Thank you that did the trick. I adapted main.f in the CVS so that it can be used with the old console and with the new console. ... Pong is</description>
    </item>
    <item>
      <title>Re: New Console</title>
      <pubDate>Sat, 19 Jul 2008 22:40:51 GMT</pubDate>
      <dc:creator>Rod Oakford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13635</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13635</guid>
      <description>Hi Jos,   The Examples I put in my folder were for the latest release - Win32Forth v6.12.00. I got the Win32ForthIDE to work with the version in the CVS also</description>
    </item>
    <item>
      <title>Re: New Console</title>
      <pubDate>Sat, 19 Jul 2008 20:38:21 GMT</pubDate>
      <dc:creator>Jos van de Ven</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13634</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13634</guid>
      <description>&quot;Jos van de Ven&quot; wrote: Sorry, I have to revise some parts.... ... Still stands. ... KeysOff: cmd \        PauseForMessages Winpause KeyBufferEmpty: cmd  not</description>
    </item>
    <item>
      <title>Re: New Console</title>
      <pubDate>Sat, 19 Jul 2008 19:12:12 GMT</pubDate>
      <dc:creator>Jos van de Ven</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13633</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13633</guid>
      <description>Hi Rod, Thank you! That is just the important extension we would like to have. It works after: After extending the existing Forth with BuildNew.bat </description>
    </item>
    <item>
      <title>New Console</title>
      <pubDate>Fri, 18 Jul 2008 21:38:04 GMT</pubDate>
      <dc:creator>Rod Oakford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13632</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13632</guid>
      <description>I have updated the files for the New Console in the CVS. There are many improvements and GETXY and GOTOXY are now supported. There are still some features that</description>
    </item>
    <item>
      <title>Re: import:  and  number</title>
      <pubDate>Wed, 16 Jul 2008 17:56:17 GMT</pubDate>
      <dc:creator>Howerd Oakford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13631</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13631</guid>
      <description>Hi George, Thanks for this much better implementation of  import: ! My code was just the simplest possible hack without really understanding what was going</description>
    </item>
    <item>
      <title>Re: import:  and  number</title>
      <pubDate>Wed, 16 Jul 2008 15:06:44 GMT</pubDate>
      <dc:creator>George Hubert</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13630</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13630</guid>
      <description>... immediate . ... A few points. 1) IMPORT: needs a lot of support words, since they&#39;re hidden (in the kernel). 2) It looks up the procedure by name every</description>
    </item>
    <item>
      <title>import:  and  number</title>
      <pubDate>Mon, 14 Jul 2008 06:56:37 GMT</pubDate>
      <dc:creator>Howerd Oakford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13629</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13629</guid>
      <description>Hi All, I&#39;ve just updated the Win32Forth version of  import:  to work interpretively in wsa.f , available from the same place : </description>
    </item>
    <item>
      <title>Re: The word IMPORT</title>
      <pubDate>Mon, 14 Jul 2008 05:41:14 GMT</pubDate>
      <dc:creator>Howerd Oakford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13628</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13628</guid>
      <description>Hi JP &amp; Dirk, I certainly did take Dirk&#39;s comment as a compliment! Maybe we should get the interpreting action of  import:  to work first? Regards Howerd  8^) </description>
    </item>
    <item>
      <title>The word IMPORT</title>
      <pubDate>Mon, 14 Jul 2008 02:27:33 GMT</pubDate>
      <dc:creator>japeters@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13627</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13627</guid>
      <description>Take Dirk&#39;s comment as a complement. JP ... From: Dirk Busch To: win32forth@yahoogroups.com Sent: Sunday, July 13, 2008 10:40 AM Subject: Re: [win32forth] Re:</description>
    </item>
    <item>
      <title>Re: Windows Sockets API file : HTTP client and POP3 terminal</title>
      <pubDate>Sun, 13 Jul 2008 17:41:06 GMT</pubDate>
      <dc:creator>Dirk Busch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13626</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13626</guid>
      <description>Hi Howerd, ... nice :) I think this should be added to base w32f system. Dirk</description>
    </item>
    <item>
      <title>Re: Windows Sockets API file : HTTP client and POP3 terminal</title>
      <pubDate>Sun, 13 Jul 2008 09:24:37 GMT</pubDate>
      <dc:creator>Howerd Oakford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/win32forth/message/13625</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/win32forth/message/13625</guid>
      <description>Hi Dirk, I&#39;ve added the word  import:  to the system which automatically reverses the stack before a DLL call... Regards, Howerd</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.scd.yahoo.com uncompressed/chunked Wed Jul 23 14:49:50 PDT 2008 -->
