Message-Id: <199912302026.PAA23356@delorie.com> Date: Thu, 30 Dec 1999 19:59:09 +0100 From: Rainer Schnitker Subject: ANNOUNCE: rsxntdj 1.6 BETA 2 In-reply-to: To: Djgpp-Announce Content-type: text/plain; charset=iso-8859-1 Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Priority: 3 (Normal) X-Mailing-List: djgpp-announce AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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 Hi, There is a new version of rsxntdj at http://www.mathematik.uni-bielefeld.de/~rainer Rainer DESCRIPTION: ------------ Welcome to RSXNTDJ version 1.60, an environment for creating Win32 applications for Win9x and WinNT/2000 with the GNU C compiler. This product requires the DJGPP 2.x port to build Win32 programs. The DJGPP port of the GNU C/C++ compiler can be used to create programs that can run under DOS. With RSXNTDJ you can also create Win32 programs. RSXNTDJ supports Win32 console, GUI, DLL’s. The Win32 headers in this archive are not complete. But RSXNTDJ contains the include-file WINGNUC.H to include the standard Win32 SDK header files from the Microsoft Platform SDK RSXNTDJ also contains an Integrated Development Environment called RSXIDE. You can compile your source code without using a DOS box. New features in RSXNTDJ 1.60 · rsxntdj source code is now distributed under the terms of the GNU General Public License (Libraries under GLPL) · rsxntdj programs use the windows system DLL „crtdll.dll“ instead of emx C libraries (like mingw32) · output contains relocations · rsxide 1.2 · ms platform sdk september 99 fixed in beta2: · grc and rsrc can be compiled with djgpp · exception code works · mssdk headers not tested · makelib bug fixed Problems in this beta: · djgpp uses 4 bytes for unicode strings (sizeof wchar_t should be 2) · C++ library must be recompiled for using crtdll.dll · rsxntdj use short library names to support Window NT - libkerne.lib instead libkernel32.a