Path: utzoo!mnetor!uunet!mcvax!unido!rmi!gsender From: gsender@rmi.UUCP (Gerd Sender) Newsgroups: comp.sys.atari.st Subject: Re: New Mark Williams C Message-ID: <889@rmi.UUCP> Date: 15 Feb 88 19:00:16 GMT References: <1022@uop.edu> <328@bnl.ARPA> <2337@chinet.UUCP> <3160@cup.portal.com> <1481@ncsuvx.ncsu.edu> Reply-To: gsender@rmi.UUCP (Gerd Sender) Organization: RMI Net, Aachen, W.Germany Lines: 10 You can include your RSC file into your program. The RCS program from DRI generates a .C (.RSH) file which contains the resource structures. But there is additional work to do: You have to link up the structures and put a pointer into the global array. I prefer the usage of a RSC file. It is easier and safer. I see no advantage if I include the RSC file into the program.~