From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <372C769E DOT 432497D8 AT geocities DOT com> Subject: Re: Problems with Constructors Lines: 16 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: Date: Sun, 2 May 1999 19:08:22 -0600 NNTP-Posting-Host: 208.4.224.176 X-Trace: newsfeed.slurp.net 925693753 208.4.224.176 (Sun, 02 May 1999 20:09:13 CDT) NNTP-Posting-Date: Sun, 02 May 1999 20:09:13 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andrew Geers wrote in message news:372C769E DOT 432497D8 AT geocities DOT com... > but if you write a header, and > try to write a constructor definition later on, say in a separate C++ Are you declaring the class in the header? Does the definition of the ctor match the declaration? > It seems to me like it's possibly something to do with DPMI. How, in the name of the Goddess, are you trying to involve the dpmi with something that smells like pilot error in the usage of C++?