9 projects tagged "Object Pascal"
QSMP3 is a MP3 Playback component for Delphi and Kylix. It allows you to add full MP3 playback capabilities to your application under both Win32 and Linux. It is a non-visual component, so it should be functional under Linux CLI, X11, Win32 GUI, and Win32 (not DOS) CLI. Supported capabilities include playback, stop, pause, seek-by-time-index,seek-by-byte-indes, automatic position reporting (by event), and position reporting by function call. This component relies on SDL, SMPEG, and the JEDI-SDL translation of the SDL and SMPEG headers to Pascal.
ColorSnatch is a board game built using the Lazarus libraries. Player 1 starts in the lower left corner, player 2 in the upper right. Each turn, players choose one color to add to their territory. Then, all adjacent tiles of that color are captured. The first player to capture 50% of the field wins. It can be played vs. an AI or another human. Internationalization is available. The game is also a demonstration of Lazarus's capabilities.
julitecCONTACT organizes your contacts and lets you write letters and e-mails to groups of them. It is an easy and flexible solution for managing relationships with your customers. It features address and contact management, import and export wizards, history, document management, and document creation.
Albumine is a music database program. It treats a music collection as a structured collection of albums rather than a chaotic pool of songs. Its major objective is to help users automate the process of inserting new albums into the database, thus making large scale music collecting less painful. It collects all relevant data from a given directory, which appears in the database in a couple of seconds. It supports MP3 and potentially all relevant formats, including CDDA.
dummzeuch chart is a set of components for Delph 7 (VCL) and Kylix 3 (CLX) that can draw two dimensional charts using different formats for lines and points. It automatically scales the axes. It can also draw a bar chart. The number of data series containing the values is virtually unlimited. A special chart type called ctAlternateLine allows lines which span from -infinity to +infinity.
Delphi/Kylix/FreePascal were lacking a mock library. The Pascal Mock library enables the easy creation and use of Mock objects for unit testing, inspired by the various Java mock object tools. Mock objects ease unit testing by acting as replacements for classes that the object being tested must interact with.