Message-ID: <3E8D622E.19ACDE0B@yahoo.com> From: CBFalconer Organization: Ched Research X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with compiling a file References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 31 Date: Fri, 04 Apr 2003 11:15:30 GMT NNTP-Posting-Host: 12.90.167.86 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1049454930 12.90.167.86 (Fri, 04 Apr 2003 11:15:30 GMT) NNTP-Posting-Date: Fri, 04 Apr 2003 11:15:30 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "news.verizon.net" wrote: > > I got a C++ book that recommended I use this compiler. I followed > the unzipping instructions in the faq, using unzip32.exe. I changed > the LFN to Y. The program is the first one in the C++ for dummies > book and I get two alternating errors. The first and most persistant > says "Conversion.o No Such File or Directory" The second one only > comes up every so often and says "this file includes at least one > depreciated or antiquated header" Keep in mind that this is the > first C++ program that I've ever tried to write, and I just coppied > it out of the book, and a quick flip through the rest of the chapter > doesn't even tell me what a header is. But from looking at the faq, > I think the only two headers I have are and . If you are dealing with C++ the language standard changed several years ago, and you are using an old installation, possibly from the CDRom in the book. You would be well advised to get an uptodate installation starting from . Remove the ".h" from the #include statements as a first step. The Conversion.o probably means you haven't compiled a module named Conversion (watch out for capitalization, C and C++ are case sensitive languages). As a general rule 'for dummies' books are from and by. -- Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) Available for consulting/temporary embedded and systems. USE worldnet address!