enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Borland C++ - Wikipedia

    en.wikipedia.org/wiki/Borland_C++

    5.5 (2000-02-16; [8] Windows 95/98/NT/2000): Based on Borland C++Builder 5, it is a freeware compiler without the IDE from the parent product. Includes Borland C++ Compiler v5.5, Borland Turbo Incremental Linker, Borland Resource Compiler / Binder, C++ Win32 Preprocessor, ANSI/OEM character set file conversion utility, Import Definitions utility to provide information about DLLs, Import ...

  3. C++Builder - Wikipedia

    en.wikipedia.org/wiki/C++Builder

    C++Builder uses the same IDE as Delphi, and shares many core libraries.Notable shared Delphi (Object Pascal code) and C++ Builder routines include the FastMM4 memory manager, which was developed as a community effort within the FastCode project, the entire UI framework known as the VCL, which is written in Object Pascal, as well as base system routines, many of which have been optimised for ...

  4. Borland Database Engine - Wikipedia

    en.wikipedia.org/wiki/Borland_Database_Engine

    Borland’s Turbo Pascal had a "database" Toolbox add-on, which was the beginning of the Borland compiler add-ons that facilitated database connectivity. Then came the Paradox Engine for Windows – PXENGWIN – which could be compiled into a program to facilitate connectivity to Paradox tables.

  5. Clipper (programming language) - Wikipedia

    en.wikipedia.org/wiki/Clipper_(programming_language)

    Many of the current implementations are portable (DOS, Windows, Linux (32-and 64-bit), Unix (32- and 64-bit), and macOS), supporting many language extensions, [10] and have greatly extended runtime libraries, as well as various Replaceable Database Drivers (RDD) supporting many popular database formats, like DBF, DBTNTX, DBFCDX (FoxPro, Apollo ...

  6. History of Delphi (software) - Wikipedia

    en.wikipedia.org/wiki/History_of_Delphi_(software)

    Native support for 64-bit Windows (except the starter edition) in addition to the long-supported 32-bit versions, with some backwards compatibility. Applications for 64-bit platforms could be compiled, but not tested or run, on the 32-bit platform. The XE2 IDE cannot debug 64-bit programs on Windows 8 and above.

  7. Turbo C - Wikipedia

    en.wikipedia.org/wiki/Turbo_C

    In the early 1980s, Borland enjoyed considerable success with their Turbo Pascal product and it became a popular choice when developing applications for the PC. Borland followed up that success by releasing Turbo Prolog (in 1986), and in 1987, Turbo Basic and Turbo C. Turbo C has similar properties to Turbo Pascal: an integrated development environment, a fast compiler (though not near the ...

  8. Visual Prolog - Wikipedia

    en.wikipedia.org/wiki/Visual_Prolog

    It was marketed by Borland as Turbo Prolog (version 1.0 in 1986 and version 2.0 in 1988). It is now developed and marketed by the Danish firm PDC that originally created it. Visual Prolog can build Microsoft Windows GUI-applications, console applications, DLLs (dynamic link libraries), and CGI-programs.

  9. x86 calling conventions - Wikipedia

    en.wikipedia.org/wiki/X86_calling_conventions

    This calling convention was common in the following 16-bit APIs: OS/2 1.x, Microsoft Windows 3.x, and Borland Delphi version 1.x. Modern versions of the Windows API use stdcall, which still has the callee restoring the stack as in the Pascal convention, but the parameters are now pushed right to left.