Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!utcsri!utegc!utai!garfield!john13 From: john13@garfield.UUCP Newsgroups: comp.sys.amiga Subject: Re: resources Message-ID: <3626@garfield.UUCP> Date: Mon, 4-May-87 23:30:55 EDT Article-I.D.: garfield.3626 Posted: Mon May 4 23:30:55 1987 Date-Received: Wed, 6-May-87 03:58:05 EDT References: <3270@sunybcs.UUCP> Organization: CS Dept., Memorial U. of Newfoundland, St. John's Lines: 19 In article <3270@sunybcs.UUCP>, ugpete@sunybcs (Peter Theobald) writes: > note: I know about brush-to-bob and power-windows etc... but including > the stuff with your source file slows down the compile. All I am asking > for is a way for brush-to-bob and power-windows style programs to output > ready-to-link files. Sounds good. But you have to keep in mind that the state of your menus, gadgets, borders et al may very well keep changing, and you may spend as much time re-creating these linkable files as you save on compiles. At least with a "windows.h" file you can change flags, positioning, etc with no more than a quick edit. I know of one person doing something like this; I think though that his method would function something like an IFF picture load routine, only for Intuition resources. It shouldn't be hard to adapt that sort of an output file into a data hunk, either as an option in a "resource editor" or through a post-processor. John