<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for X11-Basic</title><link>https://sourceforge.net/p/x11-basic/activity/</link><description>Recent activity for X11-Basic</description><language>en</language><lastBuildDate>Wed, 03 Dec 2025 21:55:27 -0000</lastBuildDate><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#8a27/f371</link><description>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!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 03 Dec 2025 21:55:27 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#8a27/f371</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#8a27/5d27</link><description>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. To compile to a .b, G:\My Drive&gt;"C:\Program Files (x86)\X11-Basic\xbbc" -v -o G:Projects\bas\3_Fern.b G:Projects\bas\3_Fern.bas To run it from cmd.exe, G:\My Drive&gt;"C:\Program Files (x86)\X11-Basic\xbvm" G:Projects\bas\3_Fern.b While I have installed TinyCC 0.9.27 and use it on occasion, I haven't...</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.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#8a27/5d27</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=250#70c7/9f19</link><description>REM, ' and # can only be at the start of a line. You have to use ! after any other statement. Yup, other Basics often use ! as bitwise OR. You'll get used to it! See the bottom of page 32 (40 in the PDF) in the 1.27 user manual</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 03 Dec 2025 07:58:45 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=250#70c7/9f19</guid></item><item><title>Gregory grant Hallock posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#8a27</link><description>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</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory grant Hallock</dc:creator><pubDate>Sun, 23 Nov 2025 14:17:54 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#8a27</guid></item><item><title>Gregory grant Hallock created ticket #5</title><link>https://sourceforge.net/p/x11-basic/support-requests/5/</link><description>x11-basic</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory grant Hallock</dc:creator><pubDate>Sat, 22 Nov 2025 13:00:02 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/support-requests/5/</guid></item><item><title>Eric Erpelding posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#70c7</link><description>This comment is causing the problem! G1 = 6.6743E-11 ' m^3 kg^-1 s^-2 The presence of this comment is affecting the value of the assignment.</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.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#70c7</guid></item><item><title>Eric Erpelding posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#edd2</link><description>Strange. ran this on another computer and got the correct result G=6.67e-11 Print G</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Erpelding</dc:creator><pubDate>Fri, 17 Oct 2025 17:11:30 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#edd2</guid></item><item><title>Eric Erpelding modified a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#8fa0</link><description>In my version 1.27 X11 Basic MS Windows program I write G1 = 6.6743e-011 but "Print G1" results in: 8.839635186158e-062 Why is this? EDIT: To get the correct value I have to write this in the source code. G1 = 6.6743/10^2 G1 = G1*10 then "Print G1" will give the correct value: 6.6743e-011</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Erpelding</dc:creator><pubDate>Fri, 17 Oct 2025 01:45:36 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#8fa0</guid></item><item><title>Eric Erpelding posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#8fa0</link><description>In my version 1.27 X11 Basic MS Windows program I write G1 = 6.6743e-011 but "Print G1" results in: 8.839635186158e-062 Why is this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Erpelding</dc:creator><pubDate>Fri, 17 Oct 2025 01:34:25 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/af0004232e/?limit=25#8fa0</guid></item><item><title>Yet Another Troll posted a comment on discussion ATARI-MINT version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/atari/thread/a819ce1f3c/?limit=250#e57f</link><description>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!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 23 Jun 2025 06:33:11 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/atari/thread/a819ce1f3c/?limit=250#e57f</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/7b8e04b460/?limit=250#97ff</link><description>Using adb from the platform tools package at Android Debug Bridge (adb) fixed it with no problems at least so far. Unpack it in a directory on Windows, install the USB driver at Run apps on a hardware device, 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 platform-tools\adb devices -l until you see the device, then platform-tools\adb install --bypass-low-target-sdk-block...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 09 Dec 2024 23:34:24 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/7b8e04b460/?limit=250#97ff</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/6d76e6e88c/?limit=250#0207/d715</link><description>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 Thanks!</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.net/p/x11-basic/discussion/windows/thread/6d76e6e88c/?limit=250#0207/d715</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/7b8e04b460/?limit=250#6019</link><description>My new Samsung Galaxy Tab S9 Ultra SM-X910 refuses to install the X11 Basic 1.28-65 APKs from either here or from f-droid, even with the tab's security features temporarily disabled. Unfortunately I installed the tab's OS updates before trying to install Basic, and the "factory reset" doesn't appear to restore the original version of the OS. Maybe there's a way to force it to install and see if it works after all, maybe there isn't. Resized and original screenshots attached.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Fri, 15 Nov 2024 04:21:16 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/7b8e04b460/?limit=250#6019</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed963cf940/?limit=250#aeae</link><description>They won't crash, but they don't appear to actually do anything in Android</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 21 Feb 2024 00:24:48 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed963cf940/?limit=250#aeae</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/578e22a169/?limit=250#2158</link><description>I think I found two compiler bugs, one involving DRAW, both involving DEFFN functions. This gives incorrect results. wh% is the window height set by GET_GEOMETRY: hh% = Min(225, wh% / 3) DefFn HY(H) = wh% - 1 - Int(hh% * Log1P(H * 999999.0) / Log(1000000.0)) This compiles but fails with "Function HY not defined" when run: Draw i% - 1, wh% - 1 To i% - 1, @HY(1.0 * Hist%(maxx% - i%) / HTot%) Workarounds were easy enough in Procedure Histogram: #!/lbin/ybasic ! Shamelessly ripped off, umm, I meant,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 28 Jan 2024 02:26:10 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/578e22a169/?limit=250#2158</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/4508addb94/?limit=250#18ff/717f</link><description>Is this kind of what you mean? It appears to work as intended, at least in Windows and Android &gt; load "G:\My Drive\Projects\bas\new.bas" &gt; list #!/lbin/ybasic Program PokeTheRef X$ = "Original" @PassRef(X$) Print X$ Print Print "OK" End Procedure PassRef(Var S$) Local s%, i% Print S$ S$ = "New~Data" Print S$ s% = VarPtr(S$) For i% = 1 To Len(S$) Poke s% + i% - 1, Peek(s% + i% - 1) XOr 32 Next i% Print S$ Return &gt; run Original New~Data nEW^dATA nEW^dATA OK &gt; load "G:\My Drive\Projects\bas\new.b" &gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Tue, 23 Jan 2024 05:42:06 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/4508addb94/?limit=250#18ff/717f</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/842f258d34/?limit=250#5f80</link><description>Should work on resolutions between the default 640x400 and 16K. Tested on Windows 10 and Android, various versions. Needs some (a lot of) cleanup #!/lbin/ybasic ! Demo some ways to show purrty gradients and how they work ! All this redundant math must have made some kind of sense ! to my acute bronchitis addled little mind but I dunno what Program Colors OpenW 1 Pause 0.05 ClearW ShowPage Get_Screensize sx%, sy%, sw%, sh% Get_Geometry 1, wx%, wy%, ww%, wh% Print "Screen", sx%, sy%, sw%, sh% Print...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 22 Jan 2024 19:43:11 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/842f258d34/?limit=250#5f80</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/0b73d8825a/?limit=250#e569</link><description>Graphics fail to display properly or sometimes at all, at least in the graphics window's upper left corner, if the window width exceeds 16383 or the height exceeds 32767. Next gen 16K resolutions should be OK, but multi-16K monitor setups or 32K are going to be trouble. Seen in Windows 10 64-bit v. 10.0.19045.3930 running on an ancient Lenovo G50-30 with 8GB RAM and 2TB HDD. I haven't tried it in Windows 11 yet.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 22 Jan 2024 19:31:22 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/0b73d8825a/?limit=250#e569</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#0d1e/9169</link><description>Maybe FORK will be good enough, if it and the SHM commands work reasonably on every platform of interest, hopefully also on Android. Umm, wut ... Print "SHM_MALLOC("; 4 * Cores% * (NItems% + 2); ", 4711)" ! sdid% = MALLOC(4 * Cores% * (NItems% + 2)) sdid% = SHM_MALLOC(4 * Cores% * (NItems% + 2), 4711) Print "Shared memory ID = "; sdid% ! sd% = sdid% sd% = SHM_ATTACH(sdid%) If True ! c0% = 0 Print "Shared memory attached at "; Hex$(sd%) EndIf ... results in, at least in Windows 10 64-bit Version 10.0.19045.3803,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 07 Jan 2024 05:29:13 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#0d1e/9169</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#4409/56dc</link><description>I had a few more bad ideas regarding SPAWN and maybe extending AFTER and EVERY to work with threads. Maybe it should be possible to pass additional parameters to SPAWN that would then be passed to the spawned proc, and then when threads exit, a proc in the main program could be triggered, if only to set a flag or interrupt a PAUSE. So, something like this, For i% = 0 To n% Spawn Worker, i%, j%, k%, ... Next i% oops% = True After Threads AllWorkersDone Pause 60 If oops% Print "Timeout, threads are...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Fri, 05 Jan 2024 20:06:36 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#4409/56dc</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/6a6418f893/?limit=250#619b</link><description>I'm seeing this in Android and Windows. Results from LTextLen are too big by about one character's worth. I haven't used DefLine in setting things up, only Color and DefText, typically DefText 1, 0.2, 0.3, 0 or DefText 1, 0.06, 0.06, 0 and such. I noticed when doing centering and right justifying. You really see it when doing something like, LText x0%, y0%, T$ Draw x0%, y0% + 10 To x0% + LTextLen(T$), y0% + 10 EDIT: It might help to attach the right screenshot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Fri, 05 Jan 2024 07:54:15 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/6a6418f893/?limit=250#619b</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/6a6418f893/?limit=250#619b</link><description>I'm seeing this in Android and Windows. Results from LTextLen are too big by about one character's worth. I haven't used DefLine in setting things up, only Color and DefText, typically DefText 1, 0.2, 0.3, 0 or DefText 1, 0.06, 0.06, 0 and such. I noticed when doing centering and right justifying. You really see it when doing something like, LText x0%, y0%, T$ Draw x0%, y0% + 10 To x0% + LTextLen(T$), y0% + 10</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Fri, 05 Jan 2024 07:50:27 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/6a6418f893/?limit=250#619b</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/71f1f2b27e/?limit=250#db11</link><description>I'm seeing similar behavior in Android and Windows. Line and Draw x, y To x1, y1 work as expected, but the combination of Plot x, y and Draw To x1, y1 fail strangely. (EDIT: ...and not always in the same way every time) What's going on? I can work around it easily enough , but blegh Full size in all its glory, TMI link, Title goes here I guess?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 03 Jan 2024 18:19:37 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/71f1f2b27e/?limit=250#db11</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/71f1f2b27e/?limit=250#db11</link><description>I'm seeing similar behavior in Android and Windows. Line and Draw x, y To x1, y1 work as expected, but the combination of Plot x, y and Draw To x1, y1 fail strangely and not always in the same way. What's going on? I can work around it easily enough , but blegh Full size in all its glory, TMI link, Title goes here I guess?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 03 Jan 2024 18:15:13 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/71f1f2b27e/?limit=250#db11</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/3644971daa/?limit=250#a172</link><description>It just doesn't want to play nice with me. It only wants to run when the current directory is "C:\Program Files (x86)\X11-Basic\" but then either the GUI can't navigate out of that directory back up to "C:\Users\yat\OneDrive\Projects..." or switch over to my Google Drive "G:\My Drive\Projects..." or my attempts to pass the output and input files by the command line also fail with obscure error codes. I'll grab some screenshots later and update this. XBBC and XBVM work just fine with whatever funky...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Tue, 02 Jan 2024 01:06:32 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/3644971daa/?limit=250#a172</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/34d017cce4/?limit=250#f5a5</link><description>I have to walk that back a bit. An 8GB Chuwi tablet starts slowing down at about the same point as my ancient but upgraded 8GB Lenovo G50-30. Program AddTest Clr Start, V$, W$, X$, Y$, Z$, c%, i%, t% Start = Timer i% = 1e5 t% = 2e9 Print t%, i% Clr V$, W$, X$, Y$, Z$, c% Do Add V$, "*" Add W$, "-" Add X$, " " Add Y$, "." Add Z$, ":" Inc c% If 0 = (c% Mod i%) Print c%, Timer - Start Exit If t% = c% If 10 = (c% / i%) Mul i%, 10 EndIf EndIf Loop Print c%, Timer - Start Print Len(V$), Len(W$), Len(X$),...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 07 May 2023 23:06:57 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/34d017cce4/?limit=250#f5a5</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/34d017cce4/?limit=250#07b0</link><description>The realloc() being used for Android is much friendlier to Add Huge$, X$ than Windows', especially when more than one huge string is being built at the same time. In Windows, things go badly quadratic when only a few tens of millions of characters are being slung around, but on Android, quadratic behavior doesn't become obvious until the total character count reaches 1.5 billion or so. Tests in other environments would be useful. I'll post the code after I clean it up a little.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 07 May 2023 17:57:02 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/34d017cce4/?limit=250#07b0</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/3d14fd72f0/?limit=250#3ed0</link><description>Do the apk builds at https://f-droid.org/en/packages/net.sourceforge.x11basic/ still omit the bignum support library and others? If so, which libraries? Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Thu, 04 May 2023 05:12:27 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/3d14fd72f0/?limit=250#3ed0</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#d151/9d6f</link><description>Hey, long time no see. There seems to be an issue with the documentation web pages. For example, clicking on the link to xbasic(1) from https://x11-basic.sourceforge.net/ybasic.1.html yields a 404 error.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 29 Apr 2023 23:36:12 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#d151/9d6f</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#673c/9347</link><description>You'll want to look at xbbc and xbvm to the middle right here: https://x11-basic.sourceforge.net/x11basic.html Also perhaps xbc if you have a C compiler set up on your system xbasic.exe and the others are typically installed here, Directory of C:\Program Files (x86)\X11-Basic 07/08/2019 01:45 PM 834,560 xb2c.exe 07/08/2019 01:44 PM 815,616 xbasic.exe 07/08/2019 01:44 PM 871,424 xbbc.exe 07/08/2019 01:45 PM 826,980 xbc.exe 07/08/2019 01:44 PM 816,640 xbvm.exe 5 File(s) 4,165,220 bytes</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 29 Apr 2023 23:32:59 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=250#673c/9347</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#1b03</link><description>Yikes, sorry for the activity notification spam everyone 🤦🏻‍♂️</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 30 Nov 2022 22:01:26 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#1b03</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</link><description>Wow. It's been a while. Well, I figured GFA/X11-Basic would be the perfect language to mangle the output from Atari BASIC and Atari LOGO written to the virtual cassette tape, since 4KB for a filesystem driver is just too much bloat 😂 into something the host OS can work with, or a maybe completely different OS, because why not. Don't worry, all the debug cruft only goes to the screen, never the output file🤗 Edited some formatting errors, and how did the subject get deleted and the post wind up in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 05 Nov 2022 05:18:17 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</link><description>Wow. It's been a while. Well, I figured GFA/X11-Basic would be the perfect language to mangle the output from Atari BASIC and Atari LOGO written to the virtual cassette tape, since 4KB for a filesystem driver is just too much bloat 😂 into something the host OS can work with, or a maybe completely different OS, because why not. Don't worry, all the debug cruft only goes to the screen, never the output file🤗 Edited some formatting errors, and how did the subject get deleted and the post wind up in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 05 Nov 2022 05:17:16 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</link><description>Wow. It's been a while. Well, I figured GFA/X11-Basic would be the perfect language to mangle the output from Atari BASIC and Atari LOGO written to the virtual cassette tape, since 4KB for a filesystem driver is just too much bloat 😂 into something the host OS can work with, or a maybe completely different OS, because why not. Don't worry, all the debug cruft only goes to the screen, never the output file🤗 Edited some formatting errors, and how did the subject get deleted? Altirra, an 8-bit Atari...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 05 Nov 2022 05:15:11 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</link><description>Wow. It's been a while. Well, I figured GFA/X11-Basic would be the perfect language to mangle the output from Atari BASIC and Atari LOGO written to the virtual cassette tape, since 4KB for a filesystem driver is just too much bloat 😂 into something the host OS can work with, or a maybe completely different OS, because why not. Don't worry, all the debug cruft only goes to the screen, never the output file🤗 Edited some formatting errors Altirra, an 8-bit Atari computer emulator CAS file format - description...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 05 Nov 2022 05:13:48 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</link><description>Wow. It's been a while. Well, I figured GFA/X11-Basic would be the perfect language to mangle the output from Atari BASIC and Atari LOGO written to the virtual cassette tape, since 4KB for a filesystem driver is just too much bloat 😂 into something the host OS can work with, or a maybe completely different OS, because why not. Don't worry, all the debug cruft only goes to the screen, never the output file🤗 EDIT The " . / * " is getting mangled in the code block, why? Altirra, an 8-bit Atari computer...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 05 Nov 2022 05:11:29 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</guid></item><item><title>Yet Another Troll modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</link><description>Wow. It's been a while. Well, I figured GFA/X11-Basic would be the perfect language to mangle the output from Atari BASIC and Atari LOGO written to the virtual cassette tape, since 4KB for a filesystem driver is just too much bloat 😂 into something the host OS can work with, or a maybe completely different OS, because why not. Don't worry, all the debug cruft only goes to the screen, never the output file🤗 Altirra, an 8-bit Atari computer emulator CAS file format - description ~~~ Program CASDump...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 05 Nov 2022 05:02:04 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</link><description>Wow. It's been a while. Well, I figured GFA/X11-Basic would be the perfect language to mangle the output from Atari BASIC and Atari LOGO written to the virtual cassette tape, since 4KB for a filesystem driver is just too much bloat 😂 into something the host OS can work with, or a maybe completely different OS, because why not. Don't worry, all the debug cruft only goes to the screen, never the output file🤗 Altirra, an 8-bit Atari computer emulator CAS file format - description ~~~ Program CASDump...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 05 Nov 2022 05:00:53 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/602a3fd415/?limit=250#cbbb</guid></item><item><title>Anonymous posted a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#900a</link><description>Hello Markus, its me :) thanks a lot for your really timely and helpful reply! after posting, i have been reading in the linux section of this discussion board and found similar posts. Linux Mint 19.3 (from 2019, i guess? Support until April 2023) offers libreadline.so.5 and libreadline.so.7, as you assumed. So it seems like I have to check out Linux Mint 20.3. (current release as of February 2022). BTW, is there a possibility to link X11 Basic against a version independent libreadline.so ? thanks...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 28 Sep 2022 05:55:51 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#900a</guid></item><item><title>Anonymous posted a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/e0fb306b22/?limit=25#5be6</link><description>Hello, I selected to always open basic file with editor but I would like to change it and select a different one. I'm using android.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 28 Sep 2022 05:55:49 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/e0fb306b22/?limit=25#5be6</guid></item><item><title>X11-Basic released /X11-Basic-manual-1.28.pdf</title><link>https://sourceforge.net/projects/x11-basic/files/X11-Basic-manual-1.28.pdf/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">X11-Basic</dc:creator><pubDate>Thu, 18 Aug 2022 08:21:03 -0000</pubDate><guid>https://sourceforge.net/projects/x11-basic/files/X11-Basic-manual-1.28.pdf/download</guid></item><item><title>X11-Basic released /X11-Basic-programs/X11-Basic_examples-master.zip</title><link>https://sourceforge.net/projects/x11-basic/files/X11-Basic-programs/X11-Basic_examples-master.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">X11-Basic</dc:creator><pubDate>Thu, 18 Aug 2022 08:20:20 -0000</pubDate><guid>https://sourceforge.net/projects/x11-basic/files/X11-Basic-programs/X11-Basic_examples-master.zip/download</guid></item><item><title>X11-Basic released /X11-Basic-src/1.28/X11Basic-1.28-65.zip</title><link>https://sourceforge.net/projects/x11-basic/files/X11-Basic-src/1.28/X11Basic-1.28-65.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">X11-Basic</dc:creator><pubDate>Thu, 18 Aug 2022 08:18:07 -0000</pubDate><guid>https://sourceforge.net/projects/x11-basic/files/X11-Basic-src/1.28/X11Basic-1.28-65.zip/download</guid></item><item><title>X11-Basic released /X11-Basic-src/1.28/X11Basic-1.28-65.tar.gz</title><link>https://sourceforge.net/projects/x11-basic/files/X11-Basic-src/1.28/X11Basic-1.28-65.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">X11-Basic</dc:creator><pubDate>Thu, 18 Aug 2022 08:17:03 -0000</pubDate><guid>https://sourceforge.net/projects/x11-basic/files/X11-Basic-src/1.28/X11Basic-1.28-65.tar.gz/download</guid></item><item><title>X11-Basic released /X11-Basic-debian/x11basic_1.28-65_amd64.deb</title><link>https://sourceforge.net/projects/x11-basic/files/X11-Basic-debian/x11basic_1.28-65_amd64.deb/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">X11-Basic</dc:creator><pubDate>Thu, 18 Aug 2022 08:14:03 -0000</pubDate><guid>https://sourceforge.net/projects/x11-basic/files/X11-Basic-debian/x11basic_1.28-65_amd64.deb/download</guid></item><item><title>X11-Basic released /X11-Basic-Android/X11-Basic-Android-1.28-65.apk</title><link>https://sourceforge.net/projects/x11-basic/files/X11-Basic-Android/X11-Basic-Android-1.28-65.apk/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">X11-Basic</dc:creator><pubDate>Thu, 18 Aug 2022 08:11:11 -0000</pubDate><guid>https://sourceforge.net/projects/x11-basic/files/X11-Basic-Android/X11-Basic-Android-1.28-65.apk/download</guid></item><item><title>Anonymous posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed963cf940/?limit=25#2384</link><description>Can I use screen and window commands like openw, closew, sizew,titlew,Infow etc on android version?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 13 Aug 2022 06:44:27 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed963cf940/?limit=25#2384</guid></item><item><title>Anonymous posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/f8ed4845ef/?limit=25#1d3b</link><description>Well to answer my own question, the main difference I've discovered so far seems to be speed for pixel writing operations, so filltest.bas gets a massive speedup under a SDL build, but it's not always consistent, ie fractaltree.bas seems to be faster under X11. Also there seems to be problems using TrueType fonts under either windowing system, ie the deftext command doesn't change text size under SDL, but resizing works under X11, but the X11 text rendering has a jaggard edged appearance. I guess...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 25 Jul 2022 06:00:40 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/f8ed4845ef/?limit=25#1d3b</guid></item><item><title>Anonymous posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/f8ed4845ef/?limit=25#3865</link><description>Hi just wondering if there is much benefit to trying to build the SDL version of X11basic, it seems everything else has moved on to SDL2 so that might the better choice long term, but does SDL1.2 have anything to offer over the default X window on Linux?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 21 Jul 2022 14:21:53 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/f8ed4845ef/?limit=25#3865</guid></item><item><title>Markus Hoffmann posted a comment on ticket #20</title><link>https://sourceforge.net/p/x11-basic/bugs/20/?limit=25#dfdd</link><description>Hi Clyde, I need more details of what you have tried. May I assume, that you have used Version 1.22? This is way outdated. You should try the moset recent version of X11-Basic, which is 1.28. Here are the most recent sources: https://codeberg.org/kollo/X11Basic Or if you need a .tar.gz file: https://codeberg.org/kollo/X11Basic/releases or a binary install file (most recent there is 1.27) (The files on sourceforge are not so recent, sorry there is nobody who has time to clean up or update the ancient...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Tue, 05 Jul 2022 17:52:52 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/20/?limit=25#dfdd</guid></item><item><title>Clyde  created ticket #20</title><link>https://sourceforge.net/p/x11-basic/bugs/20/</link><description>configure fails</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Clyde </dc:creator><pubDate>Tue, 05 Jul 2022 10:15:38 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/20/</guid></item><item><title>Markus Hoffmann posted a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#4cfb</link><description>Yes it is possible. However you would need to compile X11-Basic from the sources. Maybe you can create a fake libreadline.so.7 which is a copy of .8. but I do not know if that works. BTW: Olter versions of X11-Basic have the libreadline.so.7 as requirements. Try old .deb files from the time, .7 was most recent. (however you would get an old version of X11-Basic, thats not so good).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Tue, 08 Feb 2022 06:39:17 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#4cfb</guid></item><item><title>Markus Hoffmann posted a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#bee7</link><description>Hi me, It looks like the libreadline is missing. Usually this can be installed from the readline package. But it needs to be the correct version (8). Older linux distributions come with the Version 7 of readline. This X11-basic package needs Version 8.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Sun, 06 Feb 2022 10:26:34 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#bee7</guid></item><item><title>Anonymous posted a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#5920</link><description>downloaded the X11 Basic .deb package, installed it (via clicking on it, gdebi-gtk, this installed 10 additional files - see screenshot - but apparently not the one in the error message), created hello.bas file PRINT "Hello" PAUSE 10 END opened terminal xbasic hello.bas and got me@me-820-G2:~$ xbasic hallo.bas xbasic: error while loading shared libraries: libreadline.so.8: cannot open shared object file: No such file or directory any hints? do i have to set a directory? close other windows? thanks...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 06 Feb 2022 10:24:36 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/f49f763afe/?limit=25#5920</guid></item><item><title>Markus Hoffmann modified a comment on ticket #19</title><link>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#ea93</link><description>Ich habe den Fehler mal in unser Bug-Tracking auf codeberg mit aufgenommen. (Ich hoffe, das ist so i.O. für Dich) Die Haupt-Code-Entwicklung geschieht inzwischen nicht mehr auf Sourceforgse sondern dort. https://codeberg.org/kollo/X11Basic/issues/6</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Mon, 03 Jan 2022 07:33:44 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#ea93</guid></item><item><title>Markus Hoffmann posted a comment on ticket #19</title><link>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#ea93</link><description>Ich habe den Fehler mal in unser Bug-Tracking auf codeberg mit aufgenommen. (Ich hoffe, das ist so i.O. für Dich) Die Haupt-Code-Entwicklung geschieht inzwischen nicht mehr auf Sourceforgse sondern dort.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Mon, 03 Jan 2022 07:33:21 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#ea93</guid></item><item><title>Markus Hoffmann posted a comment on ticket #19</title><link>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#9c55</link><description>Ja, stimmt. Mit dem WIndows-Emulator (wine) kann ich es reproduzieren. Seltsam!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Mon, 03 Jan 2022 07:27:56 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#9c55</guid></item><item><title>Markus Hoffmann posted a comment on ticket #19</title><link>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#e77c</link><description>Hab gerade Dein Programm laufen lassen. Offenbar auch alles in Ordnung. &gt; xbasic test.bas &gt; more testb.txt dez hex bin Dann muss es ein spezifisches WINDOWS Problem sein.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Mon, 03 Jan 2022 07:24:49 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#e77c</guid></item><item><title>Markus Hoffmann posted a comment on ticket #19</title><link>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#ec41</link><description>Hallo Hartmut, Danke für das Feedback. Das ist ja ein Ding. Offenbar wird die letze Ziffer abgeschnitten. Aber ich habe versucht, das mal auf die Schnelle zu reproduzieren (hier auf meinem Linux-System), da ist zumindest alles in Ordnung. print bin$(8) 1000 print bin$(4) 100 print bin$(8,8) 00001000</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Mon, 03 Jan 2022 07:22:00 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/19/?limit=25#ec41</guid></item><item><title>Hartmut Schott created ticket #19</title><link>https://sourceforge.net/p/x11-basic/bugs/19/</link><description>Bug bei Stringfunktion BIN$?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hartmut Schott</dc:creator><pubDate>Mon, 03 Jan 2022 00:00:46 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/bugs/19/</guid></item><item><title>Anonymous posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#e016/b0d7</link><description>DIM also redimensions, a la C's realloc() or MS BASIC'S REDIM PRESERVE. Use LOCAL to declare an array within a function or procedure. I don't think X11 Basic was designed to be a "functional" language like LISP or LOGO. You might be able to get close by abusing strings or creating your own list arena in a global dynamic array, kind of like how 1983 Atari LOGO did its memory management.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 17 Dec 2021 17:41:32 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#e016/b0d7</guid></item><item><title>Markus Hoffmann posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#954c</link><description>Well, you can at least put the array as "by reference" in the parameter list. (See the VAR statement). This way your subroutine can modify the array content.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Thu, 02 Dec 2021 06:56:59 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#954c</guid></item><item><title>Anonymous posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#6453</link><description>What the topic says. If that's true and I am not missing something, all arrays need to be global.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 02 Dec 2021 06:55:26 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#6453</guid></item><item><title>Christos posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#e016</link><description>Also (that was I btw, I thought I was logged in), arrays are not dynamic so I can't just dim an array and then push more values. Correct?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christos</dc:creator><pubDate>Wed, 01 Dec 2021 21:35:32 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/ed14c672d6/?limit=25#e016</guid></item><item><title>faten alomar posted a comment on discussion MAC OSX / iOS</title><link>https://sourceforge.net/p/x11-basic/discussion/mac/thread/8e23685f00/?limit=25#c434</link><description>i try to install vxl library in my mac os, and i receive this error: Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) OPENJPEG2_INCLUDE_DIR (missing: OPENJPEG2_INCLUDE_V2 OPENJPEG2_LIBRARIES OPENJPEG2_LIBRARIES_V2) OPENJPEG2_INCLUDE_DIR (missing: OPENJPEG2_INCLUDE_V2 OPENJPEG2_LIBRARIES OPENJPEG2_LIBRARIES_V2) -- Found Tiff (v3p library) -- Found GeoTiff (v3p library) Trying to find DCMTK expecting DCMTKConfig.cmake Trying to find DCMTK expecting DCMTKConfig.cmake - failed Trying to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">faten alomar</dc:creator><pubDate>Wed, 01 Dec 2021 18:58:10 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/mac/thread/8e23685f00/?limit=25#c434</guid></item><item><title>Christos posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#673c</link><description>Yes, this is exactly what I used and it is installed correctly But my issue is that I can't run my programs from my project folder unless I open x11basic and type load "g:/fullpath/test.bas" I just wonder if there is an easier way to launch x11basic and the program under windows. A single command if you will. Something like that will speed up my development time. I actually chose x11basic for this project because I need to do this project fast and I think that my familiarity with GFA (and X11) will...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christos</dc:creator><pubDate>Sat, 27 Nov 2021 13:40:05 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#673c</guid></item><item><title>Markus Hoffmann posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#d151</link><description>Well there is actually an installation package for X11-Basic on WINDOWS. It is on codeberg: https://codeberg.org/kollo/X11Basic/releases Maybe this is what you want?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Sat, 27 Nov 2021 09:57:16 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#d151</guid></item><item><title>Christos posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#609f</link><description>Hello, so I want to create an environment to create a project under windows. I've installed the binary which was very easy (btw, under linux mint there was a problem with libreadline7 being a requirement so the deb package wouldn't install and I had to compile from source which brought issues with imagemagic and ghostscript. Would you consider releasing an appimage or something? ). Now since I want to be able to run the programs I create there seems to be an issue with calling xbasic.exe test.bas....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christos</dc:creator><pubDate>Fri, 26 Nov 2021 19:11:40 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/5504c3f554/?limit=25#609f</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/8f54ccbb5c/?limit=250#dceb</link><description>Hi, it seems multiplying large integers silently gives incorrect results instead of raising an error, at least in both interpreted and compiled programs on Android and interpreted programs in Windows. The incorrect results appear to differ by platform. The quick fix is to force a type conversion to real sooner rather than later, as seen with the calculation for R2.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 18 Aug 2021 20:28:10 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/8f54ccbb5c/?limit=250#dceb</guid></item><item><title>Yet Another Troll posted a comment on discussion MS WINDOWS version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/windows/thread/6ffa95e39c/?limit=250#498c</link><description>I used the latest Android version, 1-63, to compile some .Bs, but what I believe is the latest Windows version doesn't like them. I have yet to try compiling on Windows and running on Android.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 18 Aug 2021 19:58:47 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/windows/thread/6ffa95e39c/?limit=250#498c</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/18128254a2/?limit=250#b60c</link><description>I was cheating at a Presh Talwalkar puzzle when I found something interesting. When the number of terms is low, both the source and compiled versions give the same presumably correct result, but the result is wildly different when Lim% is large. This is on a Samsung Galaxy S20 FE 5G running Android 11 with "Enhanced processing" turned off. Program Cambridge ' CLS ShowK Input "Lim%? ", Lim% HideK Start = CTimer Clr Total For i% = Lim% DownTo 0 ' Print i%, (-1)^i%, i% + 1, i% + 3 ' Print i%, ((-1)^i%)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Thu, 12 Aug 2021 05:25:18 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/18128254a2/?limit=250#b60c</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/5e5e736a2f/?limit=250#5a30</link><description>Since it's a modified version of Android, I wonder if X11 Basic and a .b or two could be installed on it and launched. https://9to5google.com/2021/07/27/latest-galaxy-watch-4-leak-teases-watchfaces-wear-os-apps-and-more-video/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Mon, 02 Aug 2021 18:37:27 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/5e5e736a2f/?limit=250#5a30</guid></item><item><title>Yet Another Troll modified a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</link><description>There's something about doing screen rotations, resizing, and showing and hiding the on screen keyboard while xbasic 163 is running in a split screen on a Vankyo S30 tablet running Android 9 that the terminal emulator doesn't like. A red "Terminal-emulation: ERROR: Esc-[-118" appears at the top left, much like the green "WxH characters." at the top right. The error message can also be, "Terminal-emulation: ERROR: Esc-8-118" Of course the keyboard event queue glitch is still present. However, any...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 01 Aug 2021 02:47:47 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</guid></item><item><title>Yet Another Troll modified a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</link><description>There's something about doing screen rotations, resizing, and showing and hiding the on screen keyboard while xbasic 163 is running in a split screen on a Vankyo S30 tablet running Android 9 that the terminal emulator doesn't like. A red "Terminal-emulation: ERROR: Esc-[-118" appears at the top left, much like the green "WxH characters." at the top right. Of course the keyboard event queue glitch is still present. However, any resizing of the window, not just device rotations, can cause it. And now...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 01 Aug 2021 02:32:12 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</guid></item><item><title>Yet Another Troll modified a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</link><description>There's something about doing screen rotations, resizing, and showing and hiding the on screen keyboard while xbasic 163 is running in a split screen on a Vankyo S30 tablet running Android 9 that the terminal emulator doesn't like. A red "Terminal-emulation: ERROR: Esc-[-118" appears at the top left, much like the green "WxH characters." at the top right. And now X11 Basic shows up twice in the task list, but both tiles bring up the same running instance. Weird.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 01 Aug 2021 02:28:37 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/d2538cfc12/?limit=250#bf46/c6f0</link><description>Yellow on black does work rather well with Basic in pop-up mode on Samsung devices, seemingly better than other text colors</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 01 Aug 2021 01:43:42 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/d2538cfc12/?limit=250#bf46/c6f0</guid></item><item><title>Yet Another Troll modified a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/5bf0263e2d/?limit=250#d4be/44c3</link><description>It's working now on Android 4.4.4, 5.1.1, 8, 9, 10, and 11. I don't have any Android 6 or 7 devices to try it on.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 31 Jul 2021 20:13:53 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/5bf0263e2d/?limit=250#d4be/44c3</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/5bf0263e2d/?limit=250#d4be/44c3</link><description>It's working now on Android 4.4.4, 5.1.1, 8, 9, 10, and 11.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 31 Jul 2021 20:12:48 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/5bf0263e2d/?limit=250#d4be/44c3</guid></item><item><title>Yet Another Troll modified a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</link><description>There's something about doing screen rotations, resizing, and showing and hiding the on screen keyboard while xbasic 163 is running in a split screen on a Vankyo S30 tablet running Android 9 that the terminal emulator doesn't like. A red "Terminal-emulation: ERROR: Esc-[-118" appears at the top left, much like the green "WxH characters." at the top right. And now X11 Basic shows up twice in the task list, but both tiles bring up the same running instance. Weird.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 31 Jul 2021 17:30:54 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</link><description>There's something about doing screen rotations, resizing, and showing and hiding the on screen keyboard while xbasic 163 is running in a split screen on a Vankyo S30 tablet running Android 9 that the terminal emulator doesn't like. A red "Terminal-emulation: ERROR: Esc-[-118" appears at the top left, much like the green "WxH characters." at the top right.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 31 Jul 2021 17:26:30 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#62c0</guid></item><item><title>Yet Another Troll posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#beea</link><description>Hey, long time no see. I hope you're doing well. It seems SourceForge still shows 1.27-62c as the current version, not the 163 build you put up on F-Droid. Does 163 need some additional beating on before it becomes official? Any features in particular I should be sure to torture in addition to the new PIE SQLite and what's mentioned at https://f-droid.org/en/packages/net.sourceforge.x11basic/ ? Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 31 Jul 2021 02:08:12 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/f65cee23d5/?limit=250#beea</guid></item><item><title>Anonymous posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/6293e9e015/?limit=25#ab06</link><description>Will it be possible to create apk packages for Android in the near future? The package could contain the X11-basic virtual machine which, when installed, would run the attached byte code of our program.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 18 May 2021 08:06:10 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/6293e9e015/?limit=25#ab06</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#4409/6b78</link><description>Oh no, this is starting to look too much like MapReduce</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Fri, 23 Apr 2021 06:37:55 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#4409/6b78</guid></item><item><title>Markus Hoffmann posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=25#4409</link><description>Well, to make use of more Processor-cores, I had the idea to use OpenMP wherever it makes sense, but, in the end, I thought: who needs that? It is a big effort for little gain. The FORK kommand works at least. And one can split the most critical tasks in several sub-programs which can be excecuted (with SYSTEM) in parallel, if needed. Interprocess communications via files (/run/shm/) or so. To keep it easy. But If you really want, and can provide help, one could improve X11-basic step by step also...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Thu, 22 Apr 2021 05:40:47 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=25#4409</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#0d1e/2ddc</link><description>No problem! So don't use SPAWN in anything other than gcc/tcc compiled programs for Unix/Linux? At least in the interpreter under Android and Windows, SPAWN appears to behave just like GOSUB instead of making the interpreter go haywire. But all the idle cores on my Android and Windows devices! :'-(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Thu, 22 Apr 2021 02:31:42 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#0d1e/2ddc</guid></item><item><title>Markus Hoffmann posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=25#0d1e</link><description>Well, as said in the manual: This command is not fully implemented and at the moment messes up the program execution stack of the interpreter since all internal control structures are accessed by two threads. Anyway, in a natively compiled program this can work as expected. It definitively does not work on WINDOWS and ATARI/TOS. On Android maybe. It is realized with the fork() command internally (and this does not behave like threads, which you probably have in mind.) and I am not sure if an app...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Wed, 21 Apr 2021 14:22:44 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=25#0d1e</guid></item><item><title>Yet Another Troll posted a comment on discussion Programs</title><link>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#9200</link><description>This is my first attempt to use the SPAWN command. Can it be used on Android? Is busy waiting like this my only option? Is it best reserved for compute-bound things like long calculations, so calls to I/O or graphics don't clobber each other? Am I more or less on the right track? Thanks! Program OnMyLastThread Dim ThreadResults(10), ThreadFlags%(10) Clr t_i%, t_x, t_y, t_z, t_launch% Clr Done%, i% For i% = 0 To UBound(ThreadResults()) - 1 Print "Thread "; i%; Flush ! Set parameters in global variables...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Wed, 21 Apr 2021 07:11:13 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/programs/thread/f50b65065b/?limit=250#9200</guid></item><item><title>Markus Hoffmann posted a comment on discussion Raspberry Pi</title><link>https://sourceforge.net/p/x11-basic/discussion/pi/thread/6b643d659e/?limit=25#6695</link><description>What is your concern about in detail?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Fri, 12 Mar 2021 11:24:55 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/pi/thread/6b643d659e/?limit=25#6695</guid></item><item><title>Anonymous posted a comment on discussion Raspberry Pi</title><link>https://sourceforge.net/p/x11-basic/discussion/pi/thread/6b643d659e/?limit=25#021b</link><description>How might this impact the (framebuffer?) version available for download? The Raspberry Pi 4 brings faster CPU, up to 4GB of RAM More CPU power, more RAM, and more... displays? https://arstechnica.com/gadgets/2019/06/faster-raspberry-pi-4-promises-desktop-class-performance/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 12 Mar 2021 11:23:53 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/pi/thread/6b643d659e/?limit=25#021b</guid></item><item><title>Markus Hoffmann posted a comment on discussion LINUX flavours</title><link>https://sourceforge.net/p/x11-basic/discussion/linux/thread/f2164733/?limit=25#c7f8</link><description>I have made a .deb for debian jessie. Still Interested?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Fri, 12 Mar 2021 11:22:49 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/linux/thread/f2164733/?limit=25#c7f8</guid></item><item><title>Markus Hoffmann posted a comment on discussion ATARI-MINT version of X11-Basic</title><link>https://sourceforge.net/p/x11-basic/discussion/atari/thread/fee80ed6/?limit=25#f7cd</link><description>A new version is out. 1.27-62 See here: https://codeberg.org/kollo/X11Basic/releases</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Fri, 12 Mar 2021 11:21:35 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/atari/thread/fee80ed6/?limit=25#f7cd</guid></item><item><title>Markus Hoffmann posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/5bf0263e2d/?limit=25#d4be</link><description>sqlite should work (again) with the new versions of X11-Basic 1.27-63. So this issue is fixed now.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Fri, 12 Mar 2021 11:19:02 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/5bf0263e2d/?limit=25#d4be</guid></item><item><title>Markus Hoffmann posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/d62c40a618/?limit=25#1206</link><description>Well, there is the tool barcode on liniux. You can simply do a SYSTEM "barcode -b "Hello World" -E -o barcode.eps" to generate a barcode (into the file barcode.eps).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Fri, 12 Mar 2021 11:11:33 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/d62c40a618/?limit=25#1206</guid></item><item><title>Markus Hoffmann posted a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/48d2c1dd63/?limit=25#3784</link><description>OK. So at least this is not a general issue here. Thanks for testing. So, i suggest, if the OP has no further details, we can close this issue here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Wed, 03 Mar 2021 09:04:19 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/48d2c1dd63/?limit=25#3784</guid></item><item><title>Markus Hoffmann posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/3647c66a/?limit=25#0325</link><description>Ok, great. Thanks for testing. So this issue can be closed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Wed, 03 Mar 2021 09:01:12 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/3647c66a/?limit=25#0325</guid></item><item><title>Markus Hoffmann posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/80cf871fd5/?limit=25#c8ed</link><description>This is a good question. I have encountered this also on a linux system. It looks like the port (in your case 5510) gets blocked for a long time. This can happen, when the socket is not closed. e.g. when the program aborts (with an error or even crashes) before the close. Or if the connection gets broken/interrupted. Why it takes so long for the system to detect this, I dont know. If you can always close the socet, then it should not happen and the port would get released. If you want to write a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Hoffmann</dc:creator><pubDate>Wed, 03 Mar 2021 07:14:36 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/80cf871fd5/?limit=25#c8ed</guid></item><item><title>salue salue posted a comment on discussion Android</title><link>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/80cf871fd5/?limit=25#809d</link><description>Hello Markus, thank you for x11basic, i like it very much. But now i have the following question. My program uses socket communication by TCP on a Samsung mini with Android 4.4 by cyanogenmod. ---------------- the prog ------------------------------- Listener=freefile() OPEN "US",#Listener 1,"",5510 ! open socket do exit IF INP?(#1) ! wait for cliemt to connect loop Kanal=freefile() OPEN "UA",#Kanal,"",1 ! open channel Here i do some communication until i exit a loop and ! do the work finish the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">salue salue</dc:creator><pubDate>Tue, 02 Mar 2021 20:01:58 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/2447828/thread/80cf871fd5/?limit=25#809d</guid></item><item><title>Yet Another Troll modified a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/48d2c1dd63/?limit=250#6cdd</link><description>FWIW, I can't reproduce the issue in Android 11 or 9 using 1.27-62c EDIT: I can't reproduce the problem in any device, running Android 4.4.4, 5.1.1, 9, 10, or 11 using the new xbasic version 1.27-63. The VER command in this version should return X11-BASIC Version: 1.27 Jan 24 2021 21:17:31 You may need to uninstall any previous version, including clearing the app data and deleting all the sample stuff from the bas folder, especially if you've tried running the sqldemo sample program.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 28 Feb 2021 03:06:40 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/48d2c1dd63/?limit=250#6cdd</guid></item><item><title>Yet Another Troll posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/x11-basic/discussion/75526/thread/3647c66a/?limit=250#cf19/eb5d</link><description>sqldemo now works on all my Android devices, 4.4.4, 5.1.1, 9, 10, and 11. Muchas gracias!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sun, 28 Feb 2021 02:53:22 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75526/thread/3647c66a/?limit=250#cf19/eb5d</guid></item><item><title>Yet Another Troll posted a comment on discussion Help</title><link>https://sourceforge.net/p/x11-basic/discussion/75527/thread/48d2c1dd63/?limit=250#6cdd</link><description>FWIW, I can't reproduce the issue in Android 11 or 9 using 1.27-62c</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yet Another Troll</dc:creator><pubDate>Sat, 27 Feb 2021 16:31:00 -0000</pubDate><guid>https://sourceforge.net/p/x11-basic/discussion/75527/thread/48d2c1dd63/?limit=250#6cdd</guid></item></channel></rss>