TBX C++ library version 0.6 alpha available

Classy! Back at the end of November, Alan Buckley released a new version of TBX, his C++ library. The library is designed to help with the development of Toolbox based C++ applications for RISC OS, and comes with a user guide and reference documentation, and examples of its use are available as additional downloads, including a program to help generate simple C++ skeleton projects. Version 0.6 is an alpha release, for which Alan listed the following as the main features in his announcement:

Read More

RaspberryJams

A better late than never introduction for the RISC OS world to the #RaspberryJam RISC OS users should by now need no introduction to the Raspberry Pi – but in case there is anyone reading this who has been living as a hermit for the last few years with no access to the internet (or any other news sources) in their cave, it is a very small, incredibly cheap computer based around a Broadcom BCM2835 ‘System on a Chip’ (or SoC). The heart of that SoC is an ARM processor,…

Read More

Reporter 2.67 available

Not a hack, but a tool for hackers – and sometimes the hacked off Reporter is an application by Martin Avison that provides a way for Wimp applications (especially those written in BASIC), Obey files, assembler programs, and so on, to easily display text and variable values in a debugging window, and as such can be a very useful tool for programmers – and it can also be used to help diagnose other problems, reporting on what’s happening during the boot process, for example. Version 2.67 is now available from…

Read More

Free books and a magazine to download

David Bradforth of Alligata Media has made two books available as free downloads via his Alligata site on MagCloud. BASIC V for the Acorn Archimedes was written by Mike Williams and originally published by Dabs Press in 1989, and was acquired by Alligata Media in 2005. According to the blurb the “book provides a practical guide to programming in BASIC V on the Acorn Archimedes. Assuming a familiarity with the BBC BASIC language in general, it describes the many new commands offered by BASIC V.”

Read More

Snippets – 24th February 2012

Basalt and the Toolbox Steve Drain, prompted by a discussion in the RISC OS Open Ltd forum about AppBasic, has written a document about the using the Toolbox with Basalt which, he explains, has never been very well described. Basalt (“BASic ALTernative keywords”) is a module that extends BASIC by providing “alternative keywords by extending the use of actual keywords and adding new keywords, both of which are used completely as native BASIC keywords.” The document is available online, at the link given above, and it is also included in…

Read More

You have my number; call me

Call is a newly released (beta) module by Steve Drain, designed to send WIMP messages to an application – and therefore allowing the application to carry out specific functions – after a set period, or at regular intervals. The RISC OS timing system and call-back mechanism is normally used by way of two SWIs (software interrupts): OS_CallAfter and OS_CallEvery, which are used to set up an interval and point to an address in memory; if OS_CallAfter was used, then after the interval has passed, the code at the specified address…

Read More

Snippets – 19th November 2011

Following on from the news that Pipedream is now free to download, Gerald Fitton has announced that Fireworkz for RISC OS is also now free to download. Fireworkz is an integrated word processor and spreadsheet package, with some very powerful and useful facilities, which works in a fundamentally different way to PipeDream. Both are very powerful and useful pieces of software and, if you haven’t used them before, they come highly recommended. A mailing list has also been set up for the software on Google Groups by Stuart Swales, the…

Read More