Message-ID: <372C769E.432497D8@geocities.com> From: Andrew Geers X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Problems with Constructors Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 02 May 1999 16:01:34 GMT NNTP-Posting-Host: 195.8.90.146 X-Complaints-To: abuse AT clara DOT net X-Trace: nnrp2.clara.net 925660894 195.8.90.146 (Sun, 02 May 1999 17:01:34 BST) NNTP-Posting-Date: Sun, 02 May 1999 17:01:34 BST Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When trying to write a C++ class using DJGPP Constructors work fine if you declare them in your class header, but if you write a header, and try to write a constructor definition later on, say in a separate C++ file, the compiler throws back loads of errors like undeclared symbol __throw and stuff when I create objects with the 'new' keyword. It seems to me like it's possibly something to do with DPMI. Can anyone help?