Activity for Robin Warner

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    OK the general issue is with type casting/conversion. Here is a short example section of code. FUNCTION Entry () SBYTE sbyte XLONG xlong XstClearConsole() sbyte = 10 ' This works xlong = sbyte PRINT "SBYTE CONVERTED TO XLONG IMPLICIT - ", xlong ' This doesn't work ' PRINT sbyte ' This doesn't work ' xlong = XLONG(sbyte) END FUNCTION Regards Robin

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    OK, Good Stuff CW with 6.4.7. Still A few type conversion/handling issues. I will track them down and report back some time soon.

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Cheers CW. Hope it progresses well.Regards Robin On Tuesday 21 January 2025 at 02:11:46 GMT, cw2008can cw2008can@users.sourceforge.net wrote: Hi Robin and David. I apologies for the last version. It is turning out to be more complex than I thought. It might take me some time to fix and thoroughly test everything. CW Fixes Required For XBasic Linux 6.4.5 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/xbasic/discussion/4704/ To unsubscribe from further messages,...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi There, CW Hope you had a good christmas. xb linux 6.4.6 still has the SSHORT negative STEP problemas demonstrated by the following code. '' ######################' ##### Entry () #####' ######################'' Programs contain:' 1. A PROLOG with type/function/constant declarations.' 2. This Entry() function where execution begins.' 3. Zero or more additional functions.'FUNCTION Entry () SSHORT x ' Test of faults found in 6.4.5 XstClearConsole() PRINT "HELLO WORLD" a% = 50 PRINT "a%:", a% ' Test...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW, Thanks very much for the new version of XBasic. Will check it out within the next couple of weeks. Regards Robin Warner On Monday 23 December 2024 at 04:20:24 GMT, cw2008can cw2008can@users.sourceforge.net wrote: Hi Robin, Here is xbasic-6.4.6 to the INT() problem you reported. I also tested FIX() and ABS(). There was also a problem with ROTATEL() and ROTATER(). There are some other changes too. Merry Christmas everybody. CW Attachments: xbasic-6.4.6-linux64-src.tar.gz (7.8 MB; application/x-gzip)...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    The Following Code to demonstrates the compiler/run-time errors associated with data type SSHORT DECLARE FUNCTION Entry () DECLARE FUNCTION getIt (@a%) DECLARE FUNCTION getItFixed (@a) FUNCTION Entry () XstClearConsole() ' Problems Encountered in XBasic Linux 6.4.5 PRINT "Hello World" PRINT "XLONG Loop" GOSUB FixedXLONGLoop PRINT "INT Operation" GOSUB FixedINTOperation PRINT "Pass By Reference" GOSUB FixedSSHORTPassByReference RETURN SUB BadSSHORTPassByReference a% = 5 ' getIt(@a%) PRINT a% END SUB...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi Hugh, I don't know whether CW will do the necessary changes to XBasic for Windows 11. Did you make a note of the changes that you made? Regards Robin -----Original Message----- From: Hugh Cass xbhugh@users.sourceforge.net To: [xbasic:discussion] 4704@discussion.xbasic.p.re.sourceforge.net Sent: Mon, 3 Apr 2023 21:32 Subject: [xbasic:discussion] Re: 64 bit XBasic for Linux Hi Guys: Just yesterday I updated some "system" files and Xbasic, now works for Windows 11. Have not done much, but did find...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW,Great, standalone version of Artifex307.x now assembles and runs fine.Just a few bits of tidying-up left: The README.linux installation instructions are garbled, they just need to be tidied-up for the reader. The linux terminal window displays the following errors when xb64 is loaded: EventError()Lockout 100152 This either needs to be resolved or the error handled. The MaxReasons XBasic info window should really only be displayed on first use. Presumably a flag was set somewhere for this in...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW, For XBasic64-6.4.3 All operations tested in the PDE appear to work well. Artifex307.x is fine in the PDE. However, Run/Assembler - Run/MakeStandalone produces a program that loads, but crashes almost immediately. Regards Robin

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Well done CW. I will have a look at this tomorrow evening. I have written some test scripts for you which I willsubmit in due course. Regards Robin Warner -----Original Message----- From: cw2008can cw2008can@users.sourceforge.net To: [xbasic:discussion] 4704@discussion.xbasic.p.re.sourceforge.net Sent: Tue, 28 Mar 2023 2:55 Subject: [xbasic:discussion] 64 bit XBasic for Linux Hi Everyone Here is xbasic-6.4.3. The Artifex307.x help me find a number of problems. I have made the DYNO memory start at...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW, I decided to do small strategic tests in weekly stages. Here attached is the first test file. UNComment-out the tests marked ERROR STATUS, then you can work through them in order. All of these relate to the XLONG() explicit cast. Regards Robin Warner

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW, I agree with this approach, I was thinking about 64bit XBasic as well - but too much work timefor me. Glad you bit the bullet! RegardsRobin -----Original Message----- From: cw2008can cw2008can@users.sourceforge.net To: [xbasic:discussion] 4704@discussion.xbasic.p.re.sourceforge.net Sent: Wed, 15 Feb 2023 1:32 Subject: [xbasic:discussion] 64 bit XBasic for Linux Here is another updated version. Having the type-tests_2.x saved me a lot of time. I will fix problems in the 32-bit XBasic as long...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW, Great stuff, it provides a handy kind of bulk test. I will set-up some comprehensive code trials in a couple of months time.Busy on a web design course at the moment. CheersRobin -----Original Message----- From: cw2008can cw2008can@users.sourceforge.net To: [xbasic:discussion] 4704@discussion.xbasic.p.re.sourceforge.net Sent: Wed, 15 Feb 2023 4:14 Subject: [xbasic:discussion] 64 bit XBasic for Linux There are still problems. Artifex307.x compiles, but there are other problems when I run it....

  • Robin Warner Robin Warner modified a comment on discussion Open Discussion

    Here are the attachments Regards Robin

  • Robin Warner Robin Warner modified a comment on discussion Open Discussion

    Here are the attachments Regards Robin

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Here are the attachments Regards Robin

  • Robin Warner Robin Warner modified a comment on discussion Open Discussion

    Hi Robin: Great work from CW, Dave and you, on these efforts. Not complaining, but I did not see any screen shots attached to your last 2 files through sourceforge. Cheers Hugh Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows From: Robin Warnerrowaniar@users.sourceforge.net Sent: February 13, 2023 5:36 PM To: [xbasic:discussion] 4704@discussion.xbasic.p.re.sourceforge.net Subject: [xbasic:discussion] Re: 64 bit XBasic for Linux Hi Again CW, The problem that I last encountered...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi Again CW, The problem that I last encountered appears not to be with a large file after all, but ratherwith the compilation of a structure containing an array referenced by an expression.Attached code demonstrates issue: type-tests_2.xScreenshot: TypeArrayExpressionError.png Just recompile the code to get the errors. RegardsRobin -----Original Message----- From: cw2008can cw2008can@users.sourceforge.net To: [xbasic:discussion] 4704@discussion.xbasic.p.re.sourceforge.net Sent: Sun, 12 Feb 2023...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW, Couple of problems with xbasic64-6.4.2: Source compiles and installs ok. Runs successfully but with the errorsas shown in the attached screen shot of the terminal console: xb64-startup-errors.png A few tests work fine, but when I loaded the large artifex307.x file and recompiled itgot compiler errors. This may be due to the size of program, a problem which you fixeda long while ago in the 32bit code. Since I know this code runs fine in 32 bit, it makesa handy test. Screenshot is attached....

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW, Well done for all your work. Will review and test the Linux xbasic64 in about 2 months time. Are you working on the windows version as well? What do you want to do with 32bit XBasic? Regards Robin Warner -----Original Message----- From: cw2008can cw2008can@users.sourceforge.net To: [xbasic:discussion] 4704@discussion.xbasic.p.re.sourceforge.net Sent: Sun, 12 Feb 2023 2:07 Subject: [xbasic:discussion] 64 bit XBasic for Linux Thank you David for identifying the problem and how to fix it. I have...

  • Robin Warner Robin Warner posted a comment on discussion Open Discussion

    Hi CW and David and others, Tried to compile the XBasic64 code on Linux Mint 20.3 and had same issue as David on Debian 10. Regards Robin

1
MongoDB Logo MongoDB