Snapper 1.17 (bugfix)429 (7/15/2012 5:05:17 PM) comp.sys.acorn.announce Sorry chaps!
There was a bug in 1.17 which under certain conditions caused the
desktop font (on RISC OS 3.5+) to revert to system font when Snapper
was quit.
I think I have sorted this and uploaded the ... Chris
Snapper 1.17012 (7/14/2012 4:20:39 PM) comp.sys.acorn.announce I am pleased to announce that version 1.17 of Snapper is now
available.
Snapper is a versatile screen capture program. It allows you to save a
specified area of the screen as a sprite. The modes of operati... Chris
Snapper version 1.14014 (4/6/2012 5:37:14 PM) comp.sys.acorn.announce I am pleased to announce that version 1.14 of Snapper is now available. Snapper is a versatile screen capture program. It allows you to save a specified area of the screen as a sprite. The modes of operation o... Chris
ID3TagEd upgrades029 (2/13/2012 3:35:47 PM) comp.sys.acorn.announce Although there have been no announcements for some time, ID3TagEd is still being developed. ID3TagEd is an application to allow the creation and/or editing of the ID3 tags attached to audio mp3 files. The ID3 ... Chris
Length of taskwindow command118 (1/30/2012 5:08:49 PM) comp.sys.acorn.programmer Is it documented anywhere what the limit in length of the tail to the *TaskWindow command is (if any). I have been getting some strange behaviour with one of my programs which spawns child tasks, and I may be ... Chris
jpegtran for BeagleBoard09 (1/4/2012 12:02:51 PM) comp.sys.acorn.announce There are a number of applications that carry out various transformations on jpeg files, for example !JCut, !JClean, !Jigwas. These make use of the IJG (Independent JPEG Group) software to do the transformation... Chris
Calibre version 3.23331 (1/3/2012 2:28:37 PM) comp.sys.acorn.announce I have made some more changes to !Calibre, bringing it to version 3.23. Calibre is a very comprehensive application for designing and printing calendars of all shapes, sizes and types. The last 'official' ver... Chris
UnitConv version 2.32025 (1/2/2012 3:53:39 PM) comp.sys.acorn.announce UnitConv has had some more fixes and updates and is now at version 2.32. UnitConv is freely available from http://www.chris-johnson.org/software/index.html http://www.chris-johnson.org.uk/software/i... Chris
SharedUnixLib1121 (12/21/2011 9:05:53 PM) comp.sys.acorn.programmer Does anyone know where version 1.13 of the sharedUnixLib can be found? The latest I have is 1.11, and searching via Google leads only to links to 1.11. The latest Netsurf comes with version 1.10 of the library.... Chris
UnitConv version 2.30223 (12/10/2011 2:48:16 PM) comp.sys.acorn.announce UnitConv has had some fixes and updates and is now at version 2.30. UnitConv is freely available from http://www.chris-johnson.org/software/index.html http://www.chris-johnson.org.uk/software/index.... Chris
get string from file1628 (9/16/2012 9:02:12 AM) comp.lang.c Dear friends,
being a C novice, string is confusing me again.
In my code, I have:
FILE *fauth;
char aauth[6][500],buffer[500];
fauth=fopen("fauth.dat","r");
... bnrj.rudra(343)
please what is wrong with this for loop725 (9/22/2012 4:18:46 PM) comp.lang.c I wrote this program with a for loop that is misbehaving.
why does the for loop in main not output correctly when i use
a variable for the conditional step. if i change loopsie in the conditions step to the n... nnaemeka.david(18)
send txt file to usb port778 (9/25/2012 6:28:47 PM) comp.lang.c hello
i want to send txt file to usb port and read a txt file from usb port.
i use windows 7 32 bit and a flash is connected to usb port.
can any one give me a suggestion about it?
... mahnaz0098(9)
Who owns the variable in my header file ?9440 (10/3/2012 6:13:23 PM) comp.lang.c Hi
I have the following program
distributed over 4 files
/* foo.h */
int foo;
void fooset(int f);
int fooget(void);
void fooinc(void);
/* main.c */
#include
#include
int main(int argc, ch... lipskathekat(155)
gdb and shared libraries issue1120 (10/8/2012 7:09:56 AM) comp.lang.c Hi,
it's my first time here, so be gently :)
I'm working on ARM system with gdb 7.1. I'm using this tool to debug an
application composed by several shared libraries.
If I debug this application... cagnulein(5)
Linux Kernel Device Driver With C and C++3854 (11/2/2012 4:07:05 AM) comp.lang.c Hi all,
I hope this is the right place to ask this, but I want to write a device driver for Linux that offloads the main portion of the logic to a C++ file and `extern` the relevant pieces for inclusion in the... aditya.siram(54)
VMS Error message -No room for symbol definitions-11343 (12/4/2012 3:33:36 PM) comp.os.vms Hi everybody
Let me tell you, that I discovered this error message when
I tried to execute some DCL files on a alpha Server:
>> OPER
No room for symbol definitions - delete some symbols
Undefine... echumbes93(1)
HP TCP/IP NFS and S/FTP7435 (12/9/2012 5:49:47 PM) comp.os.vms Has anyone gotten these to function at acceptable speeds?
(Yes, I have jumbo frames and such enabled.)
I gave up, well, as far as HP TCP/IP Services NFS, FTP,
SFTP, etc. go. MultiNet seems fine, but I don... marcogbNO(1127)
init/maximum_files on VMS 8.3 #23332 (1/1/2013 8:46:33 PM) comp.os.vms In article , helbig@astro.multiCLOTHESvax.de
(Phillip Helbig---undress to reply) writes:
> I've now done the most important thing: transferred my DISK$USER (9 GB
> of 2 decades of my life) from a 9-GB dis... helbig(4870)
Bug in gcc? #3512 (4/4/2013 7:19:21 PM) comp.lang.c Hello,
Probably this is not the right place to ask, but anyway I will post my ques=
tion.
Why does this code:
#include
int main(void)
{
int i =3D 16777217;
float f =3D 16777217.0;
... diegotorquemada1(81)