From: "Michael Stefan" Newsgroups: comp.os.msdos.djgpp Subject: Newbie struggling with DJGPP's RHIDE Date: Fri, 12 Feb 1999 17:21:13 -0000 Organization: Customer of Planet Online Lines: 30 Message-ID: <7a1o10$tc6$1@news6.svr.pol.co.uk> NNTP-Posting-Host: modem-81.strontium.dialup.pol.co.uk X-Trace: news6.svr.pol.co.uk 918840160 30086 62.136.18.209 (12 Feb 1999 17:22:40 GMT) NNTP-Posting-Date: 12 Feb 1999 17:22:40 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I know this sounds really stupid, but I can't get to grips with DJGPP's RHIDE. I start RHIDE, and I've tried making the test program below, but all the feedback I get is loads of "Warning:Conflicting types for in-built function 'memset'", or instead of 'memset', 'memcpy' and 'memcmp'. I also get "Parse error before 'streambuf'" and "Data definition has no type or storage class". #include "iostream.h" int main() { printf"Hellow world!\n"; exit(0); } I also have TCLite version 1, and because I saw that RHIDE/DJGPP had no directory with *.h files, I configured the RHIDE Options/Directories/Include path "C:\TCLite\include\". Is that the problem? Please help! I am new to C (but I'm fairly good in VB) and the FAQ's for DJGPP/RHIDE go on about debugging and libraries and I'm very confused. ANY help gratefully appreciated. Thanks, Michael Stefan, London UK