Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!julius.cs.uiuc.edu!wuarchive!uunet!mcsun!ukc!icdoc!syma!gavinw From: gavinw@syma.sussex.ac.uk (Gavin Wraith) Newsgroups: comp.sys.acorn Subject: Re: programming environment Message-ID: <4461@syma.sussex.ac.uk> Date: 11 Feb 91 09:30:57 GMT References: <91.038.15:58:20@ira.uka.de> Organization: University of Sussex Lines: 23 Distribution: Keywords: Summary: > other compiler, too) is lacking the programming environment, which makes it > easy to use (Editor-Compiler-Linker-Debugger together in the desktop with > windows, icons and hot-keys). There is no support for it. I don't think that > the !Edit-TaskWindow is enough. But - as I see - many people are developing > many good applications. Which programming environment are you using? Twin? Or > a selfmade utility? Or are you developing your software for the archimedes with > a PC :-) ? What solutions do you have? I hope that many of you post about it > (or mail me). I am curious. > > Seba > s_jekutsch@irav1.ira.uka.de I am not sure what the problem is. I use !Edit and a tiny Obey file !make to click on. I agree that the debugger is not very satisfactory for use with with programs that spend most of the time executing RiscOSLib functions. Incidentally, there seems to be a bug in res_openfile in Ansi C, version 3, RiscOSLib. It appends a "1" to the end of its filename argument. It is easily circumvented by using the system variable "Application$Dir", or whatever, directly with fopen in stdio.h. --- Gavin Wraith