NemaTode 1.0
by ckgt in C++ Libraries for C++Builder
Cross platform C++ 11 NMEA Parser and GPS Framework. NemaTode is yet another lightweight generic NMEA parser. It also comes with a GPS data interface to handle the most popular GPS NMEA sentences.
Xerces - C++ validating XML parser 1.0
by Apache Xerces™ Project in C++ Libraries for C++Builder
Xerces C++ is a validating XML parser written in a portable subset of C++. Xerces makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents.
NemaTode 1.0
by ckgt in C++ Libraries for C++Builder
Cross platform C++ 11 NMEA Parser and GPS Framework. NemaTode is yet another lightweight generic NMEA parser. It also comes with a GPS data interface to handle the most popular GPS NMEA sentences.
libsimdpp 1.0
by Povilas Kanapickas in C++ Libraries for C++Builder
Portable header-only zero-overhead C++ low level SIMD library.
Trial - Dew Lab Studio FMX 2021
by Dew Research in Libraries for RAD Studio
Math, Statistics, Digital Signal Processing and Data Miner routines and components.
Trial - Dew Lab Studio VCL 2021
by Dew Research in Libraries for RAD Studio
Math, Statistics, Digital Signal Processing and Data Miner routines and components.
Trial - CrossVCL 1.58
by KSDev in Libraries for Delphi
Start building macOS and Linux VCL apps with Embarcadero Delphi and CrossVcl.
Trial - RAD & Installer 1.0.2.6
by unSigned in Trial for Delphi
RAD Studio expert for creating NSIS and Inno Setup installers from the IDE. It integrates NSIS (Nullsoft Scriptable Install System) and Inno Setup with the IDE and allows you to create and build NSIS and Inno Setup projects (installers) right within RAD Studio getting all benefits of common integrated environment!
SDL 2
by Sam Lantinga in C++ Libraries for C++Builder
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.
expat 1.0
by Expat development team in C++ Libraries for C++Builder
This is Expat, a C library for parsing XML, started by James Clark in 1997. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.