Date: Mon, 16 Mar 1998 13:32:03 +0100 (MET) From: Olivier Perron To: Dervarics Gergely Cc: djgpp AT delorie DOT com Subject: Re: LCC In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 16 Mar 1998, Dervarics Gergely wrote: > > Maybe (I'm sure) it's offtopic but I don't know where to ask my question. > I installed LCC-win32 onto my computer, but I can't even get working the > examples. Because I can't include the .res files into the projects. I can > compile the projects from the command line... But when I click to the > "Resources" menu I get a "LCC was not configured properly" error msg. But > there is only one SETUP.EXE, where I set the LCC dir, the INCLUDE dir... > It only asks for these 2 dirs... What's the problem? > Greg > you don't have to include the .res file but the .rc ! The .res file is the result of the compilation of a .rc file using a ressource compiler ! In lcc-win32 you just have to include your .c and .rc files in your project definition. Hopes this help. Olivier.