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

    <item>
      <title>Re: Compiler Error</title>
      <pubDate>Sat, 27 Jun 2009 09:16:11 GMT</pubDate>
      <dc:creator>David Silverwood</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18632</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18632</guid>
      <description>It worked! Thank you! ... From: cw2008can &lt;cw2008can@...&gt; Subject: [xbasic] Re: Compiler Error To: xbasic@yahoogroups.com Date: Friday, June 26, 2009,</description>
    </item>
    <item>
      <title>Re: Compiler Error</title>
      <pubDate>Fri, 26 Jun 2009 04:03:18 GMT</pubDate>
      <dc:creator>cw2008can</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18631</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18631</guid>
      <description>I found a couple of problems with running stand-alone programs and uploaded 2 files: xb and libxb.a, in Files &gt; members &gt; XBasicBin with the description,</description>
    </item>
    <item>
      <title>Re: Compiler Error</title>
      <pubDate>Wed, 24 Jun 2009 00:26:39 GMT</pubDate>
      <dc:creator>cw2008can</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18630</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18630</guid>
      <description>Try adding XstDisplayConsole() at the beginning of your program.</description>
    </item>
    <item>
      <title>Re: Compiler Error</title>
      <pubDate>Tue, 23 Jun 2009 16:58:44 GMT</pubDate>
      <dc:creator>Kerry Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18629</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18629</guid>
      <description>Hi David, I did run Fedora 10 and I had to upgrade to xbasic-6.33-linux-i386... programs compile on my 32 bit machines but I am having trouble geting them to</description>
    </item>
    <item>
      <title>Re: Compiler Error</title>
      <pubDate>Tue, 23 Jun 2009 13:19:34 GMT</pubDate>
      <dc:creator>David Silverwood</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18628</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18628</guid>
      <description>I am aware of that. When I use Suse 9... or earlier linux versions, I have no problem with compiling. It seems to be a problem with the later versions. My</description>
    </item>
    <item>
      <title>Back to the start 2</title>
      <pubDate>Mon, 22 Jun 2009 19:47:33 GMT</pubDate>
      <dc:creator>Kerry Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18627</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18627</guid>
      <description>Hi Group, I don&#39;t fathom what is meant by main.  But Entry () was confirmed as the start of the program.  It sounds like a ReStart () function would be in </description>
    </item>
    <item>
      <title>Re: Back to the start</title>
      <pubDate>Mon, 22 Jun 2009 19:05:48 GMT</pubDate>
      <dc:creator>Guy Lonne</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18626</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18626</guid>
      <description>Hi Kerry, You program will start at the first declared function. As a matter of habit (and for consistency sake), most of XBASIC programs (if not all...)</description>
    </item>
    <item>
      <title>Back to the start</title>
      <pubDate>Mon, 22 Jun 2009 17:33:43 GMT</pubDate>
      <dc:creator>Kerry Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18625</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18625</guid>
      <description>Hi Group, What is the start of a program.  I thought it was Entry () but I get a Creatwindows () error I think because the existing GUI windows are already</description>
    </item>
    <item>
      <title>Re: My Question</title>
      <pubDate>Mon, 22 Jun 2009 17:10:48 GMT</pubDate>
      <dc:creator>bestonnet_00</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18624</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18624</guid>
      <description>... Can&#39;t see why not (otherwise I don&#39;t think XB would be Turing complete). I&#39;d try just putting in a goto statement to bring it back to the start and seeing</description>
    </item>
    <item>
      <title>Re: Compiler Error</title>
      <pubDate>Mon, 22 Jun 2009 17:06:04 GMT</pubDate>
      <dc:creator>bestonnet_00</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18623</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18623</guid>
      <description>Did you make sure that the execute permission was set? It should be set when they are created but if it wasn&#39;t then that would explain why you could execute</description>
    </item>
    <item>
      <title>My Question</title>
      <pubDate>Mon, 22 Jun 2009 16:03:56 GMT</pubDate>
      <dc:creator>Kerry Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18622</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18622</guid>
      <description>Hi Group, I have the situation in my program that it would be nice to restart the program from its beginning.  Is this even possible? -- Kerry N0WIQ My web</description>
    </item>
    <item>
      <title>Re: Compiler Error</title>
      <pubDate>Mon, 22 Jun 2009 15:42:01 GMT</pubDate>
      <dc:creator>Kerry Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18621</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18621</guid>
      <description>When you say compile with xb what do you mean?  opening a file with xb produces a mak... file and make -f mak... has to be run to produce an executable. If</description>
    </item>
    <item>
      <title>Compiler Error</title>
      <pubDate>Mon, 22 Jun 2009 14:53:46 GMT</pubDate>
      <dc:creator>David Silverwood</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18620</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18620</guid>
      <description>I have an old P4 3.0gHz Hyperthreader running Fedora 8 (Also tried Suse Linux 10.1 &amp; Open Suse 10.2 as well as Xandros 4). Although I could compile with XB</description>
    </item>
    <item>
      <title>Re: Make Exe under Windows Vista</title>
      <pubDate>Sat, 20 Jun 2009 21:43:11 GMT</pubDate>
      <dc:creator>Juan Carlos</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18619</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18619</guid>
      <description>I executed xb as Administrator and could create exe file. Thanks.</description>
    </item>
    <item>
      <title>Issue</title>
      <pubDate>Sat, 20 Jun 2009 12:44:05 GMT</pubDate>
      <dc:creator>Kerry Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/xbasic/message/18618</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/xbasic/message/18618</guid>
      <description>Hi Group, After transfering my source code to a 32 bit system, running it to verify it would run properly on the 32 bit system.  I then compiled the program on</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Jul  5 15:34:42 PDT 2009 -->
