Download List

Descripción del Proyecto

TurboC is a function library and a set of header files for porting MS-DOS based Borland Turbo C code to GNU gcc. Mainly, it is an implementation of "conio" functions in ncurses, but various other Turbo C library functions are provided as well.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-06-03 10:41
20020602 snapshot

En esta versión, el número de funciones implementadas prácticamente se duplica. El mayor cambio es que, básicamente, toda la BGI (Borland Graphics Interface) ya ha sido aplicado, con la omisión actual notables del texto BGI funciones de pantalla (como outtext). Varias funciones de diversos también se han añadido, y varios errores han sido corregidos.
Tags: Development, Major feature enhancements
In this release, the number of implemented functions virtually doubles. The biggest change is that essentially the entire BGI (Borland Graphics Interface) has now been implemented, with the notable current omission of the BGI text-display functions (like outtext). Several miscellaneous functions have also been added, and various bugs have been fixed.

2002-04-20 09:32
20020419 snapshot

Ha habido una mejora sustancial en la velocidad de escritura de texto en la pantalla. La incapacidad física para cambiar el tamaño de la consola de texto se ha abordado. Varios errores menores se han fijado, en particular roto compila en plataformas de aplicación las funciones de cadenas como macros. La biblioteca ahora compila en Mac OS X, aunque sólo se ejecutan los programas portado de manera coherente. El entorno recomendado para la ejecución de programas portado es ahora una consola xterm.
Tags: Development, Major bugfixes
There has been a substantial improvement in the speed of writing text to the screen. The inability to physically resize the text console has been addressed. Various minor bugs have been fixed, particularly broken compiles on platforms implementing string functions as macros. The library now compiles under Mac OS X, though ported programs run only inconsistently. The recommended environment for running ported programs is now an xterm console.

2002-03-24 00:01
20020323 snapshot

libTurboC ahora enlaces a C y C + +. (Antiguamente vinculada sólo con el código C). Sorprendentemente errores graves en la función cgets fueron corregidos. Las funciones getftime, _setcursortype, getpass, insline, delline, FindFirst y FindNext fueron agregados. El _directvideo variables globales y _wscroll se han añadido.
Tags: Development, Major feature enhancements
libTurboC now links to both C and C++ programs.
(Formerly, it linked only to C code.) Shockingly
serious bugs in the cgets function were fixed.
The functions getftime, _setcursortype, getpass,
insline, delline, findfirst, and findnext were
added. The global variables _directvideo and
_wscroll were added.

2002-03-18 10:35
20020317 snapshot

Teclas especiales del teclado mejorado mucho en esta versión, incluyendo la adición de las teclas Fn y Alt-keys. Muchos personajes de pantalla IBM PC (incluido Linedraw) son ahora soportados. El 'gettext', 'puttext', y 'funciones NEA "se han añadido. La ventana de la consola es ahora automáticamente de tamaño si se utiliza xterm. Se hicieron varias correcciones de errores, incluyendo una revisión de la función de la escamosa 'Windows' y los dígitos inoperante en el teclado numérico.
Tags: Development, Major feature enhancements
Keyboard special keys were greatly improved in this release, including addition of Fn-keys and Alt-keys. Many IBM PC display characters (including linedraw) are now supported. The 'gettext', 'puttext', and 'movetext' functions were added. The console window is now automatically sized if xterm is used. Various bugfixes were made, including a fix of the flaky 'windows' function and inoperative digits on the numeric keypad.

2002-03-12 16:45
20020312 snapshot

Tags: Development, Initial freshmeat announcement

Project Resources