Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!hp4nl!utrcu1!infnews!ramaer From: ramaer@cs.utwente.nl (Mark Ramaer) Newsgroups: comp.sys.atari.st Subject: GEM source code (also:Re: 3 bombs) Message-ID: <1991May10.131802@cs.utwente.nl> Date: 10 May 91 11:18:02 GMT References: <1991May7.231318.12305@lsuc.on.ca> Sender: ramaer@cs (Mark Ramaer) Organization: University of Twente, Dept. of Computer Science Lines: 34 Originator: ramaer@utis61 In article <1991May7.231318.12305@lsuc.on.ca>, jimomura@lsuc.on.ca (Jim Omura) writes: |> |> I've been working on a program for a few months now and it's got |> one "last" problem that I can't fix. I've been staring at it off and |> on for months now. The program is graphics oriented using GEM calls. |> As far as I know I've done everything I need to do for a "clean exit" |> back to the desktop. But I still get 3 bombs when it returns to |> the desktop. Functionally the program is usable as-is. But I don't |> like the idea of marketting a product that bombs on exit. I've |> compiled the program with Sozobon C and I was wonder if this is a |> specific problem with Sozobon. Or is there something I don't know |> about exiting from GEM? I think you will have to post the text of your entry- and exit code, because there is no problem with sozobon, I compiled some GEM programs with sozobon and they run without problems. and now something completely different: The Larch Some time ago people asked for example GEM programs. To get a bit used to GEM I wrote a relatively small and not very useful text-viewer. Because it is small I think other people can understand it, it contains comments. Subjects covered: evnt_multi, wind_..., vst_height, v_gtext, vro_cpfm, etc. multiple windows with the 8x8 font keystrokes do not necessarily go to the top windiw, but to the one under the mouse. Another program simulates the Xwindow style of multi clicking. (Ever tried to three-double click with GEM :-( .) If anyone is interested I will send they to comp.sources.a.s