From: "Gordon Bergström" Newsgroups: comp.os.msdos.djgpp References: <7sc16m$t4q$1 AT solomon DOT cs DOT rose-hulman DOT edu> Subject: SV: Strange behavior? Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: NNTP-Posting-Host: 130.244.56.200 X-Complaints-To: news-abuse AT swip DOT net X-Trace: nntpserver.swip.net 938085553 130.244.56.200 (Thu, 23 Sep 1999 13:19:13 MET DST) NNTP-Posting-Date: Thu, 23 Sep 1999 13:19:13 MET DST Organization: A Customer of Tele2 X-Sender: s-351759 AT dialup56-4-8 DOT swipnet DOT se Date: Thu, 23 Sep 1999 13:20:00 +0200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick skrev i diskussionsgruppsmeddelandet:7sc16m$t4q$1 AT solomon DOT cs DOT rose-hulman DOT edu... > From what I know of C++ (not much), that's your problem. Put a > semicolon after the closing } of your class declaration. > > A missing semicolon throws off the parser and compiler a > great deal and causes them to spew more error messages. > The first warning or generally usually points to the problem. > > -- > Damian Yerrick > http://pineight.webjump.com/ Ok, well I see that fatal misstake now. Must have been very tired yesterday... :) *STUPID* Regards Gordon