X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201807161844.w6GIiKeW032275@delorie.com> Date: Mon, 16 Jul 2018 19:24:08 +0200 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of PDCurses 3.6 uploaded. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Reply-To: djgpp AT delorie DOT com This is a port of PDCurses 3.6 to MSDOS/DJGPP. DJGPP specific changes. ======================= - The DJGPP specific implementation of PDC_napms using INT 0x2f function 0x1680 and INT 0x28 does not work properly as soon as a program like DOSIDLE.EXE is loaded. Programs using PDC_napms seem to hang and it becomes necessary to hit some key to reactivate them. The DJGPP specific implementation now calls delay from libc instead. - Apart from this change, only the Makefile for DJGPP has been modified to install the products according to the stock DJGPP installation tree. The port has been configured and compiled on WinXP SP3 and Win98SE. There is no guarantee that this may be possible with any other DOS- like OS. Due to the use of long file names it will not be possible to configure and compile without LFN support. The port has been compiled using gcc346 and bnu230b. The diffs file shows the changes. The library documentation is located in /contrib/PDCurses.36 and /share/doc/PDCurses.36. To build the libraries and the sample and test programs change into the _build directory under the top source directory and start djbuild.bat. Getting the port. ================= The port consists of the usual two packages that have been produced using djdev205 and can be downloaded from ftp.delorie.com and mirrors as (time stamp 2018-07-09): PDCurses 3.6 headers, libraries and documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/pdcur36a.zip PDCurses 3.6 source: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/pdcur36s.zip To send PDCurses specific bug reports look at to see how to register to the bug mailing list. Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel