BBC BASIC
« BBC BASIC for SDL 2.0 v0.14a released »

Welcome Guest. Please Login or Register.
Mar 31st, 2018, 10:52pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
We apologize Conforums does not have any export functions to migrate data.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

Thank you Conforums members.
Cross-platform BBC BASIC (Windows, Linux x86, Mac OS-X, Android, iOS, Raspberry Pi)
BBC BASIC Resources
BBC BASIC Help Documentation
BBC BASIC for Windows Home Page
BBC BASIC Programmers' Reference
BBC BASIC Beginners' Tutorial
BBC BASIC for SDL 2.0 Home Page
BBC BASIC Discussion Group

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: BBC BASIC for SDL 2.0 v0.14a released  (Read 1541 times)
jbk
New Member
Image


member is offline

Avatar




PM


Posts: 12
xx Re: BBC BASIC for SDL 2.0 v0.14a released
« Reply #8 on: Aug 2nd, 2016, 4:37pm »

Richard I am happy that it's working on the Mac, I made a shell script to launch BBCBasic and so far all the demos work.
User IP Logged

Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: BBC BASIC for SDL 2.0 v0.14a released
« Reply #9 on: Aug 2nd, 2016, 4:59pm »

on Aug 2nd, 2016, 4:37pm, jbk wrote:
Richard I am happy that it's working on the Mac, I made a shell script to launch BBCBasic and so far all the demos work.

opengl.bbc doesn't work, but that is to be expected as it makes platform-specific SYS calls (it doesn't work on Android either).

Richard.
User IP Logged

RNBW
New Member
Image


member is offline

Avatar




PM

Gender: Male
Posts: 23
xx Re: BBC BASIC for SDL 2.0 v0.14a released
« Reply #10 on: Aug 3rd, 2016, 10:58am »

on Aug 1st, 2016, 10:27am, Richard Russell wrote:
I am pleased to announce the release of version 0.14a of the Cross-Platform (SDL 2.0) implementation of BBC BASIC.


Richard

I've tried out BBCSDL2.0 v0.14a on Windows and Mac (both latest OS), not all the files, but those I have tried work perfectly. I'm pleased to see it working on the Mac because I bought a second hand Mac Mini, which I've upgraded. It will be good to be able to use BBC Basic on it.

First impressions about the IDEs:
Looks: I prefer yours.
Working: I prefer a light background and I couldn't immediately see if the colours could be changed on Andy's IDE.
I think I will play with both of them for a while, to see which I like best.

Ray
User IP Logged

Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: BBC BASIC for SDL 2.0 v0.14a released
« Reply #11 on: Aug 3rd, 2016, 10:25pm »

on Aug 3rd, 2016, 10:58am, RNBW wrote:
I prefer a light background and I couldn't immediately see if the colours could be changed on Andy's IDE.

To be fair, there's no way to get a non-white background on my IDE (other than to edit the code)! The other syntax colours can be selected, but not the editor background.

Richard.
User IP Logged

Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 803
xx Re: BBC BASIC for SDL 2.0 v0.14a released
« Reply #12 on: Aug 4th, 2016, 08:35am »

Although it works fine here, a couple of people have reported that the Win32 edition crashes in bbcsdl.bbc as a result of this statement:

Code:
      SYS "SDL_SetWindowSize", @hwnd%, dlg%!8 DIV 2, dlg%!12 DIV 2 

The reason for the crash isn't clear, but experimentally it seems that changing the window size using VDU 23,22 instead fixes the issue:

Code:
      VDU 23,22,dlg%!8 DIV 2;dlg%!12 DIV 2;8,16,16,128+8 

I've uploaded a new version with that change:

http://www.rtr.myzen.co.uk/bbcsdl20.zip

As far as I am aware neither the Linux nor Mac OS version is affected, so I haven't replaced those.

Richard.
« Last Edit: Aug 4th, 2016, 1:23pm by Richard Russell » User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls