<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/x11-basic/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 03 Dec 2025 21:55:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/x11-basic/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>How to execute xbasic program</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#8a27/f371</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Also, once you've used xbbc to compile to a .b, you can use xb2c to translate that to a .c source file. That's where I get stuck. View the .c to see a whole bunch of open sores libraries you'll need to track down, and God help you if they've changed too much since 2019 to work with X11 Basic 1.27!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 03 Dec 2025 21:55:26 -0000</pubDate><guid>https://sourceforge.nete48de2671cab4d29bd73d5310bf7277ae2a71386</guid></item><item><title>How to execute xbasic program</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#8a27/5d27</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've mostly just used xbbc to compile to a .b and then xbvm to run it from the command line, though I mostly use X11 Basic for graphics programs and just run both .bas and .b programs from within the shell. &lt;/p&gt;
&lt;p&gt;To compile to a .b,&lt;/p&gt;
&lt;p&gt;G:\My Drive&amp;gt;"C:\Program Files (x86)\X11-Basic\xbbc" -v -o G:Projects\bas\3_Fern.b G:Projects\bas\3_Fern.bas&lt;/p&gt;
&lt;p&gt;To run it from cmd.exe,&lt;/p&gt;
&lt;p&gt;G:\My Drive&amp;gt;"C:\Program Files (x86)\X11-Basic\xbvm" G:Projects\bas\3_Fern.b&lt;/p&gt;
&lt;p&gt;While I have installed TinyCC 0.9.27 and use it on occasion, I haven't had much luck in getting any of the X11 Basic tools like xbc to work with it. &lt;/p&gt;
&lt;p&gt;If you're using the xbvm x.b approach to build command line utilities, you'll need some way to distinguish parameters to xbvm from your program's when examining Param$(). Maybe something like --? So, a command might look like,&lt;/p&gt;
&lt;p&gt;G:\My Drive&amp;gt;"C:\Program Files (x86)\X11-Basic\xbvm" G:Projects\bas\3_Fern.b -- -w 1900 -h 1050 -i 200000 -s G:Projects\bas\3_Fern.bmp&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 03 Dec 2025 21:20:11 -0000</pubDate><guid>https://sourceforge.netb2001a5ed5e9021c8f88a7b3488e83122299e071</guid></item><item><title>X11  Basic outputs wrong value for a negative expoent value</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=250#70c7/9f19</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;REM&lt;/strong&gt;, &lt;strong&gt;'&lt;/strong&gt; and &lt;strong&gt;#&lt;/strong&gt; can only be at the start of a line. You have to use &lt;strong&gt;!&lt;/strong&gt; after any other statement. Yup, other Basics often use &lt;strong&gt;!&lt;/strong&gt; as bitwise OR. You'll get used to it!&lt;/p&gt;
&lt;p&gt;See the bottom of page 32 (40 in the PDF) in the 1.27 user manual&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 03 Dec 2025 07:58:44 -0000</pubDate><guid>https://sourceforge.net127ba186d2385af57ba6b60c3fca3d1316e0cf43</guid></item><item><title>How to execute xbasic program</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#8a27</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;xbc has compiled my code a couple of times  but then what  is the next step  how do I get a file output    I have once gotten a txt file with 0 output   also got an exe file    somewhere in the middle of this I am lost     where do and how do I get from exe to output  Thanks  &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory grant Hallock</dc:creator><pubDate>Sun, 23 Nov 2025 14:17:53 -0000</pubDate><guid>https://sourceforge.net8e6878c39e41e6faa2672872e7d79cde8387a8bc</guid></item><item><title>X11  Basic outputs wrong value for a negative expoent value</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#70c7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This comment is causing the problem!&lt;/p&gt;
&lt;p&gt;G1 = 6.6743E-11  ' m^3 kg^-1 s^-2&lt;/p&gt;
&lt;p&gt;The presence of this comment is affecting the value of the assignment.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Erpelding</dc:creator><pubDate>Sat, 18 Oct 2025 10:55:11 -0000</pubDate><guid>https://sourceforge.nete49d1c0fba017a584695f7f1bc00223aca6e5157</guid></item><item><title>X11  Basic outputs wrong value for a negative expoent value</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#edd2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Strange. ran this on another computer and got the correct result&lt;/p&gt;
&lt;p&gt;G=6.67e-11&lt;br/&gt;
Print G&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Erpelding</dc:creator><pubDate>Fri, 17 Oct 2025 17:11:29 -0000</pubDate><guid>https://sourceforge.net76ebe0b868ee0b1c307768cd3615d188341e7682</guid></item><item><title>X11  Basic outputs wrong value for a negative expoent value</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#8fa0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In my version 1.27 X11 Basic MS Windows program I write&lt;br/&gt;
G1 = 6.6743e-011 &lt;br/&gt;
but "Print G1" results in:&lt;br/&gt;
8.839635186158e-062&lt;br/&gt;
Why is this?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Erpelding</dc:creator><pubDate>Fri, 17 Oct 2025 01:34:24 -0000</pubDate><guid>https://sourceforge.netc2c083e61398551114a55b6ea4dccfb42ba7aaa3</guid></item><item><title>Source code compatibility with Android/Linux/Windows?</title><link>https://sourceforge.net/p/x11-basic/discussion/atari/thread/a819ce1f3c/?limit=250#e57f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Are there any major gotchas with programs developed on Android, Linux, or Windows, especially concerning graphics, when porting to the Atari version? Or are the changes to X11-Basic since 1.26-52 fairly minor? Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 23 Jun 2025 06:33:10 -0000</pubDate><guid>https://sourceforge.net962aa5063eac78183395fa8e260efa7a7dc7215e</guid></item><item><title>Samsung S9 won't install 1.28-65</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/7b8e04b460/?limit=250#97ff</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Using adb from the platform tools package at &lt;a class="" href="https://developer.android.com/tools/adb" rel="nofollow"&gt;Android Debug Bridge (adb)&lt;/a&gt; fixed it with no problems at least so far. Unpack it in a directory on Windows, install the USB driver at &lt;a class="" href="https://developer.android.com/studio/run/device" rel="nofollow"&gt;Run apps on a hardware device&lt;/a&gt;, enable developer mode and USB debugging on the device, maybe enable installs from APKs or disable app install blocking, connect the device by USB cable, launch a command window, spam &lt;strong&gt;platform-tools\adb devices -l&lt;/strong&gt; until you see the device, then &lt;strong&gt;platform-tools\adb install --bypass-low-target-sdk-block G:Updates\X11-Basic-Android-1.28-65.apk&lt;/strong&gt; (or wherever you put it) and hope it responds with "Success". You may need to do &lt;strong&gt;platform-tools\adb kill-server&lt;/strong&gt; to stop Windows complaining about disconnecting the device. The device will probably complain about the app but report a successful install. Remember to turn the device's security back on!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 09 Dec 2024 23:34:23 -0000</pubDate><guid>https://sourceforge.net6c1d576f3a8b6a6acf4ef8a594e2d0b192fddba0</guid></item><item><title>x11basic.lib.1.27-59-stable?</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/6d76e6e88c/?limit=250#0207/d715</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a more current version of that and of xb2csol.h? I'm fffffiiiiiinnnnnnally dipping my toe in the water of compiling standalones, using tcc&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 09 Dec 2024 00:22:00 -0000</pubDate><guid>https://sourceforge.net60ffd207cd78344c9cfb4db3f413db2ccffd0f1a</guid></item></channel></rss>