<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
 <channel>
  <title>XBLite Programming</title>
  <link>http://www.xblite.com/forum/</link>
  <generator>http://www.eblah.com</generator>
  <description></description>
  <language>en</language>
  <item>
   <title>GPF with Function Key pressed (XioInkey and PRINT)</title>
   <link>http://www.xblite.com/forum/m-1275060861/</link>
   <comments>http://www.xblite.com/forum/m-1275060861/#num1</comments>
   <description><![CDATA[Following program crashes when a FUNCTION KEY IS PRESSED, either ALONE or with SHIFT, ALT or CTRL - Other keys work..!<br /><br />I appriciate the code is not correct but why the PRINT should crash just because a Function Key is pressed is beyond me!<br /><br />XBLite Version: Latest 240 downloaded today, recompiled ...<br />&nbsp;&nbsp;&nbsp;&nbsp;Compiler 0.0012<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Xst:&nbsp;&nbsp; 0.059<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Xsx:&nbsp;&nbsp;0.019<br /><br />Microsoft PMU: 1.50.4048<br />GoASM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.56.4<br /><br />**PROGRAM BEGIN**<br /><br />CONSOLE<br /><br />&nbsp; &nbsp; &nbsp;IMPORT&nbsp;&nbsp;&quot;xst&quot;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;' Standard library : required by most programs<br />&nbsp; &nbsp; &nbsp;IMPORT&nbsp;&nbsp;&quot;xio&quot;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;' Console input/ouput library<br />&nbsp; &nbsp; &nbsp;IMPORT &quot;kernel32&quot;<br />&nbsp; &nbsp; &nbsp;<br />DECLARE FUNCTION Entry()<br /><br />FUNCTION Entry()<br /><br />DO<br />&nbsp; &nbsp; &nbsp;keyCode = XioInkey () <br />&nbsp; &nbsp; &nbsp;IF keyCode THEN<br />&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;keyCode$ = CHR$(keyCode)<br />&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;PRINT &quot;..&quot;; keyCode<br />&nbsp; &nbsp; &nbsp;END IF<br />&nbsp; &nbsp; &nbsp;Sleep (0)&nbsp; &nbsp; &nbsp;<br />LOOP UNTIL keyCode = 13<br /><br />END FUNCTION<br />END PROGRAM<br /><br />**PROGRAM END**]]></description>
   <pubDate>Fri, 28 May 2010 11:34:21</pubDate>
   <dc:creator>AJS</dc:creator>
  </item>
  <item>
   <title>GPF when STOP executed!</title>
   <link>http://www.xblite.com/forum/m-1275060293/</link>
   <comments>http://www.xblite.com/forum/m-1275060293/#num1</comments>
   <description><![CDATA[Following program crashes when stopping.<br /><br />XBLite Version: Latest 240 downloaded today, recompiled ...<br />&nbsp;&nbsp;&nbsp;&nbsp;Compiler 0.0012<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Xst:&nbsp;&nbsp; 0.059<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Xsx:&nbsp;&nbsp;0.019<br /><br />Microsoft PMU: 1.50.4048<br />GoASM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.56.4<br /><br />**PROGRAM BEGIN**<br /><br />CONSOLE <br /><br />DECLARE FUNCTION Entry ()&nbsp;&nbsp;<br /><br />FUNCTION Entry ()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> <br />&nbsp; &nbsp; &nbsp;STOP<br /><br />END FUNCTION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />END PROGRAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />**PROGRAM END**<br /><br /><br /><br /><br />]]></description>
   <pubDate>Fri, 28 May 2010 11:24:53</pubDate>
   <dc:creator>AJS</dc:creator>
  </item>
  <item>
   <title>Is there any projects?</title>
   <link>http://www.xblite.com/forum/m-1271404600/</link>
   <comments>http://www.xblite.com/forum/m-1271404600/#num1</comments>
   <description><![CDATA[Hi<br /><br />I really think that you guys need make a category where people can make threads about their games/programs/tools written in xblite.<br />Maybe I just couldnt find that.<br /><br />Anyway please tell me where I can find any open source project more then 50KB in size writen in xblite except compiler itself<br /><br />it would be pretty nice if it would be a game. I just need big code<br /><br />sorry my English<br />hello from Russia )]]></description>
   <pubDate>Fri, 16 Apr 2010 03:56:40</pubDate>
   <dc:creator>MorskoyZmey</dc:creator>
  </item>
  <item>
   <title>GTK .DEC files</title>
   <link>http://www.xblite.com/forum/m-1222539048/</link>
   <comments>http://www.xblite.com/forum/m-1222539048/#num1</comments>
   <description><![CDATA[Does anyone have the .DEC files for GTK?]]></description>
   <pubDate>Sat, 27 Sep 2008 14:10:48</pubDate>
   <dc:creator>gedumer</dc:creator>
  </item>
  <item>
   <title>gxml-v2.4</title>
   <link>http://www.xblite.com/forum/m-1222305571/</link>
   <comments>http://www.xblite.com/forum/m-1222305571/#num1</comments>
   <description><![CDATA[This is a new minor release of gxml, that addresses several bugs as well as add new features.&nbsp;&nbsp;There is also a major performance increase (about ~9%), which is always good<img src="/blahdocs/Smilies/smiley.png" style="vertical-align: middle" alt="" /><br /><br /><blockquote>
 <div class="win3 quoteby"><strong>Quoted Text</strong></div>
 <div class="win quotebody"><br />9-10-08 :: 2.4 :: The parser has been completely rewritten, and is both faster and more efficient.<br /><br />9-15-08 :: 2.4 :: Removed XmlGetNodePoolAddress () as the equivalent can be achieved with XmlGetNodeAddress (). Modified XmlGetChild () to retrieve anonymous children (request by Spyke).&nbsp;&nbsp;Colons are now aloud in node names, to facilitate for namespaces. Had to modify XmlGetChildFromPath () to use an '&#124;' instead of a colon, so it wouldn't interfere with namespaces.<br /><br />9-23-08 :: 2.4 :: Renamed some constants. Added XmlInit() which adds the default entities.&nbsp;&nbsp;The root node is now added immediately after XmlEvent_Start is fired, and no longer in XmlDrop().&nbsp;&nbsp;This fixes a problem with an event driven XML application (found out the hard way).<br /><br />9-24-08 :: 2.4 :: Fixed a bug in XmlCompile() where indention wasn't getting added correctly. Added support for namespaces.&nbsp;&nbsp;Attributes can now have instances. Modified XmlGetAttribute$ () to behave like XmlGetChild () for retrieving attributes when you don't know the name.&nbsp;&nbsp;Removed XmlAttributeExist () as it is no longer needed. New manual!<br /></div>
</blockquote>
<br /><br />Grab it from the Google Group using Chrome if you want<img src="/blahdocs/Smilies/tongue.png" style="vertical-align: middle" alt="" /><br /><br /><a href="http://groups.google.com/group/xblite/web/gxml-v2.4.zip">http://groups.google.com/group/xblite/web/gxml-v2.4.zip</a>]]></description>
   <pubDate>Wed, 24 Sep 2008 21:19:31</pubDate>
   <dc:creator>Rhett Thompson</dc:creator>
  </item>
 </channel>
</rss>