Message-ID: <367FC274.92813D15@montana.com> Date: Tue, 22 Dec 1998 09:01:56 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Using MSSDK header with RSXNTDJ References: <367f42ee DOT 6527391 AT news DOT seed DOT net DOT tw> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com ZKeeper wrote: > > I decide to try the MSSDK header (Sept. 98) and applied the patch > suggested by Bowman, but instead I get the following error when I try > to compile the dll example These are the examples in /rsxntdj/sample? Which one? I never tried to compile a .dll, but will give it a shot. The section of the header file with the #error you are seeing is just trying to establish how to shift a 64 bit value. The fix may be as simple as deciding which version is appropriate for djgpp and adding a __GNUC__ #elif.