From: "Mikkel K Johnsen" Newsgroups: comp.os.msdos.djgpp Subject: Re: grc problem Date: Fri, 3 Jul 1998 13:31:29 +0200 Organization: CyberCity Internet Lines: 26 Message-ID: <6nifh6$hfs$1@news.cybercity.dk> References: <095BBA66930AD21180BC0000F8088C390B0ACF AT kinjeng DOT indosat DOT co DOT id> NNTP-Posting-Host: 195.8.142.185 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk The "cpp" is located somewere in the directory (search for it) and the put it in the bin directory. You can also download the Microsoft PlatformSDK and the use "rc" to compile the "*.rc" files. Bye Mikkel Ucok Freddy M. wrote in message <095BBA66930AD21180BC0000F8088C390B0ACF AT kinjeng DOT indosat DOT co DOT id>... >I have installed rsxntdj and succesfully running test.c (open a message >box). >But when i try to build "winedit" that included in samples directory by >typing "make", there some error like this : > >grc -r winedit.rc >:-1: Error executing command 'cpp.exe winedit.rc -o res$$cpp.res', code = 2 > >make.exe: *** [winedit.res] Error 25 > >Anyone can explain me what's that mean ? >BTW, i using gcc 2.8.1 >Thanks