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

    <item>
      <title>Re: Deploying</title>
      <pubDate>Wed, 25 Nov 2009 10:08:28 GMT</pubDate>
      <dc:creator>George Henne</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57169</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57169</guid>
      <description>NS Basic/Palm produces a standalone .prc file. That&#39;s the only thing others need to deploy your app - they just have to Hotsync the prc file to their device. </description>
    </item>
    <item>
      <title>Deploying</title>
      <pubDate>Wed, 25 Nov 2009 02:41:08 GMT</pubDate>
      <dc:creator>g_plumlee</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57168</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57168</guid>
      <description>I&#39;ve created my program, now how do I create a deployable file that others can use to load into their Palm without running Nsbasic? What basic instructions do</description>
    </item>
    <item>
      <title>Re: .inf file not found.</title>
      <pubDate>Mon, 23 Nov 2009 09:29:18 GMT</pubDate>
      <dc:creator>Michael V</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57167</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57167</guid>
      <description>Mike, File paths in version 4 were absolute, and now they are relative.  You may need to remove, and then add back, any modules or resources. You may be able</description>
    </item>
    <item>
      <title>.inf file not found.</title>
      <pubDate>Mon, 23 Nov 2009 00:24:29 GMT</pubDate>
      <dc:creator>miketrainr2000</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57166</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57166</guid>
      <description>I&#39;ve just installed NSBasic version 7. The applications I have were written with Version 4. When I complile the application I get a message says file.inf not</description>
    </item>
    <item>
      <title>Re: Stop Immediately!</title>
      <pubDate>Wed, 11 Nov 2009 17:26:29 GMT</pubDate>
      <dc:creator>George Henne</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57164</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57164</guid>
      <description>Are you doing anything with the database in your Termination Script? Is the stop statement within a event process?</description>
    </item>
    <item>
      <title>Re: Stop Immediately!</title>
      <pubDate>Tue, 10 Nov 2009 19:44:54 GMT</pubDate>
      <dc:creator>pbotimer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57163</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57163</guid>
      <description>More strange stopping behavior! Trying to check the presence of a database.  Open it, if it returns 519 then msgbox &quot;db not found&quot;, then I issue a stop</description>
    </item>
    <item>
      <title>Re: how to get BYTE data</title>
      <pubDate>Mon, 09 Nov 2009 09:39:33 GMT</pubDate>
      <dc:creator>nickruru</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57162</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57162</guid>
      <description>it could be baudrate&#39;s problem. thank you.</description>
    </item>
    <item>
      <title>Re: Can&#39;t find program&#39;s base record?</title>
      <pubDate>Sat, 07 Nov 2009 14:19:57 GMT</pubDate>
      <dc:creator>chris_kenworthy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57161</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57161</guid>
      <description>Thanks. I think it&#39;s working. Good thing I have plenty of spare memory on the device for fat apps. ;) Now to track down all my nsbasic source code.</description>
    </item>
    <item>
      <title>Re: how to get BYTE data</title>
      <pubDate>Fri, 06 Nov 2009 10:27:26 GMT</pubDate>
      <dc:creator>George Henne</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57160</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57160</guid>
      <description>Is the data coming back supposed to be printable text? If not, you could get strange character if you treat it as such. Also, make sure your setting (baud</description>
    </item>
    <item>
      <title>Re: Can&#39;t find program&#39;s base record?</title>
      <pubDate>Fri, 06 Nov 2009 10:25:28 GMT</pubDate>
      <dc:creator>George Henne</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57159</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57159</guid>
      <description>Yes - try a Fat App. I think it is likely to solve the problem.</description>
    </item>
    <item>
      <title>Can&#39;t find program&#39;s base record?</title>
      <pubDate>Fri, 06 Nov 2009 10:15:54 GMT</pubDate>
      <dc:creator>chris_kenworthy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57158</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57158</guid>
      <description>I thought I&#39;d bring this up here in case anybody had ideas on how to fix a weird incompatibility with NSB programs. The alphaword program, which comes on the</description>
    </item>
    <item>
      <title>Re: how to get BYTE data</title>
      <pubDate>Fri, 06 Nov 2009 02:39:29 GMT</pubDate>
      <dc:creator>nickruru</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57157</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57157</guid>
      <description>res=serialreceive(buffer,i,timeout) i had tried integer ,string ,byte for buffer&#39;s type, but it always gets some strange symbols.</description>
    </item>
    <item>
      <title>Re: how to get BYTE data</title>
      <pubDate>Thu, 05 Nov 2009 17:34:17 GMT</pubDate>
      <dc:creator>George Henne</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57156</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57156</guid>
      <description>Why won&#39;t SerialReceive work?</description>
    </item>
    <item>
      <title>how to get BYTE data</title>
      <pubDate>Thu, 05 Nov 2009 16:46:02 GMT</pubDate>
      <dc:creator>nickruru</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57155</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57155</guid>
      <description>hi everyone i want to receive data from the ECG equipment via bluetooth.the ECG data sent in BYTES.however ,i can not use serialreceive() funtion to get</description>
    </item>
    <item>
      <title>Re: Simulator dmerrdatabaseopen problem</title>
      <pubDate>Tue, 27 Oct 2009 01:38:56 GMT</pubDate>
      <dc:creator>email@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/nsbasic-palm/message/57154</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/nsbasic-palm/message/57154</guid>
      <description>It sounds as though the application isn&#39;t terminating normally, leaving its PRC open.  Closing and reopening the Simulator obviously clears the problem.  If</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Wed Nov 25 07:53:13 PST 2009 -->
