From: "Johnny P." Newsgroups: comp.os.msdos.djgpp Subject: Re: Free visual .rc creator for use with rsxntdj? Date: Sat, 13 Jun 1998 09:34:09 -0500 Organization: The World's Usenet -- http://www.Supernews.com Lines: 26 Message-ID: <6lu2oj$cr4$1@supernews.com> References: <3581f358 DOT 6156114 AT news DOT manawatu DOT gen DOT nz> NNTP-Posting-Host: 207.208.101.160 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Michael Langton wrote in message <3581f358 DOT 6156114 AT news DOT manawatu DOT gen DOT nz>... >Hello, >I've been trying to get started with rsxntdj and, well, I've >got up to resource files, which I can't find any >documentation for. I think what I want (from reading >a book) is something like a win32 clone of Borland's >Resource Workshop. Is there anything like this out there? >Or, failing that, is there any documentation that would tell >me how to make .rc files by typing in stuff? > >TIA > >-- > Michael Langton You should get Programming Windows 95 by Charles Petzold. It explains Windows programming in general and explains how to create resource files. I recommend using Visual Studio's (or Visual C++) resource editor. It's pretty nice, even if it's a Microsoft product... cya, Johnny P.