Date: Tue, 4 May 1999 11:08:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andrew Geers cc: djgpp AT delorie DOT com Subject: Re: Problems with Constructors In-Reply-To: <372DD8DA.16D48F63@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 3 May 1999, Andrew Geers wrote: > > 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++? > > Pilot error?! I've got it working now, and all I had to do was replace ld.exe > version 2.8.1 with version 2.7 that came with RSXNTDJ. So there. Ha The linker version has nothing to do with DPMI. You simply used incorrect linker, or so it seems. DPMI only determines how the system calls issued by the program (e.g. to open and read files) are passed to the underlying operating system.