Description:
Programming of Acorn computers.
|
|
|
BBC BASIC, Long Strings, And BeagleBoard
|
| |
Hi Guys.
I have finally decided to re-write my code to pick up music tracks,
with the ability to pick up meta data, or if lacking, decipher the
meta data from the filepath (for WAV).
This of course means I will need to handle long filenames, and thus
long strings.
I have tried Steve Drain's Basalt and Long Strings library, but they... more »
|
|
Problem with DragAnObject on RISC OS 6.20
|
| |
Does anyone know of any change to the DragAnObject module in RISC OS 6.20
which might be causing some code to crash only on that version of the
operating system? Impact's database record card design uses DragAnObject to
allow users to drag fields around the card. It has worked fine for a number... more »
|
|
Defining action of CTRL key...
|
| |
As most of you know, I've been porting UMoria over to BBC BASIC bit by
bit for the last couple of years. I'm now at the point of sorting out
the keyboard input code. The game uses the ESCape key and various CTRL
combinations to perform actions. I've got the ESCape key to behave
using OS_Byte &E5 (229). Is there any way of neutering the CTRL key in... more »
|
|
pthread_callback
|
| |
Ref code '__pthread_callback'
Ref some 26/32bit code.
What is happening in both modes?
MSR SPSR_cxsf,R0 LDMIA R14,{R0-R14}^
and
MOVS PC,R14
************
MOV R0,#1
STR R0,[R2,#&048] LDR R14,|L00008F24.Address|
LDR R0,[R14,#&040]... more »
|
|
ADFS FileSystem for Modern MS-Windows...
|
| |
I know this is not strictly csap related, but a question to anyone in
the know...
How feasible would it be to write what I can only describe as a block
driver and FileSystem that would install into a x86 or x64 flavour of
Windows to at least allow reading of RISC OS floppy disks direct from
A:?... more »
|
|
OS_GBPB 12 in a Wimp task
|
| |
Hello,
Two months ago I started a thread with this title but Google Groups
deems it too old to reply to. I thought some of the people (druck,
Matthew Phillips, Rick Murray, Chris Johnson, Gavin Wraith, Steve
Fryatt, etc.) might be interested to see what I eventually came up
with.
I decided to ignore the possibility of the directory being modified... more »
|
|
New Iyonix to set up
|
| |
I am about to unpack one of the last Iyonixs, that I purchased but due to illness have as yet not used. Do I need to start by downloading any upgrades/bug fixes? I seem to remember seeing people have had various problems with the Iyonix
-
Erving
|
|
e-mail links in HTML
|
| |
Several people say that they cannot click on an e-mail link on my webpage and get it to instigate an e-mail ready for sending.
Here is the code I use:
<a href="mailto:roger...@freeuk.c om?subject=Submitted: Flower Photos for Contributions">
Submit Your Flower Photo Contributions
</a>... more »
|
|
Networking in Basic
|
| |
Hello All
I am trying to add to an existing Basic programme the ability to read data
from a port across a network. In the past I would of used Justin
Fletcher's EasySockets module but this is not 32bit. If anyone can point
me in the direction of an equivalent or a suitable Basic library I would... more »
|
|
|