Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!bagate!cbmvax!cbmehq!cbmfra!dlorre From: dlorre@cbmfra.UUCP (D. LORRE) Newsgroups: comp.sys.amiga.programmer Subject: Re: PowerWindows Message-ID: <1002@cbmfra.UUCP> Date: 30 Jan 91 14:53:15 GMT References: <5821.9101231729@s1.sys.uea.ac.uk> <1991Jan25.210054.9388@wam.umd.edu> <9290@dog.ee.lbl.gov> Reply-To: dlorre@cbmfra.UUCP (D. LORRE) Organization: Xanadu Lines: 19 With edit it is very easy to correct the lacks of Power Windows. For example the chip keyword can be added like this : GE /USHORT ImageData/USHORT chip ImageData/ Put this in a file (for ex. s:chipupdate) and the file generated by PW can be updated with the command edit myfile.h with s:chipupdate in a makefile you can do this automatically : myfile.o : myfile.c myfile.h ... myfile.h : myfile.pw edit myfile.h with s:chipupdate This can be done with most of the troubles you can have with PowerWindows.