Skip to content
30 juin 2025

Lazarus Components

Watch Online
Popular Tags
  • ai
  • ia
  • web
  • lazarus
  • virtual
  • pictures
  • images
  • API
  • gestionnaire
Breaking News
1 snapmodbus SnapModbus 2 installaware InstallAware 2025 3 20100925-Designer Intraweb for Lazarus 4 LazTTF2Vector LazTTF2Vector 5 NTSC NTSC/CRT port
SnapModbus
2 min read
  • Hardware
SnapModbus: an open-source multi-platform Modbus suite (libraries and tools).It’s not written in FreePascal but there is an...
Read More
InstallAware 2025
2 min read
  • Installing
InstallAware 2025 is a cross-platform tool for application developers looking to self-publish (and update) their software on...
Read More
Intraweb for Lazarus
1 min read
  • HTML/XML
Web components IntraWeb 16 requires a license key version 11 (starts with +0011, the same used in...
Read More
LazTTF2Vector
1 min read
  • Graphics
This program reads TrueType font files and displays the entered text using CADSys4. The result can be...
Read More
NTSC/CRT port
1 min read
  • Exemple
  • Video
Integer-only NTSC video signal encoding/decoding emulation, originally by EMMIR.Also does VHS simulation.A rather straight port from C,...
Read More
  • Latest
  • Popular
  • SnapModbus

    SnapModbus

    19 juin 2025

    SnapModbus: an open-source multi-platform Modbus suite (libraries and tools).
    It’s not written in FreePascal but there is an Object Pascal wrapper than can greatly simplify your life, and, I suppose that someone recognized the paw print 

    :D

    There are dozens of excellent libraries that implement Modbus, both free and commercial.
    So, the question is: did we need any more libraries? How are they different?

    The main purpose of this suite is to greatly simplify the commissioning of a Modbus system, Generally, the communication libraries focus only on the way of transferring data to and from the peripheral, limiting themselves to the syntax and showing an « educational » aspect where all the devices are homogeneous.

    The reality is quite different, we often find ourselves faced with a « field » made up of various peripherals of different technology (Ethernet or serial) which have different response times and whose data need to be updated with different methods and times. The challenging work is not how to exchange data with one device, but how to exchange data with all of them efficiently.

    SnapMB’s goal (which I hope it has achieved) is to manage a complex field as easily and efficiently as possible. This through the abstraction of the transfer protocol (a TCP or RTU client are the same object and its behavior can be changed on the fly) and the availability of two architecture models:

    – Virtual Bus: a protocol-independent half-duplex way to communicate with all devices, regardless of their technology (Ethernet or Serial).
    – Fully parallel management: a multithreaded way to peer-to-peer data exchange with all devices (including RTU devices) simultaneously.

    Tested in Windows, Linux, FreeBSD, macOS. 32(where available) and 64 bit.

  • InstallAware 2025

    InstallAware 2025

    19 juin 2025

    InstallAware 2025 is a cross-platform tool for application developers looking to self-publish (and update) their software on Windows, macOS, and Linux. It builds native code, fully self-contained setup programs that run without requiring any libraries or dependencies. Apple Intel, Apple Silicon, Linux GTK2, Linux Qt5, Linux aarch64, Linux x86_64, and Windows are all supported from a single source – driven by a free-flowing setup script that dynamically adapts to the underlying operating system. The setup wizard dialogs are fully editable as well (using an editor just like Lazarus’ own), and they look and feel the same on each supported platform.

    • Easily jumpstart a setup project using the Quick Start Wizard or any of the extensive template/sample projects. Remember, one source deploys everywhere!
    • Import any existing setup you built (up to 21 years ago) in InstallAware for Windows Installer, and recompile it for macOS and/or Linux – retaining all of your custom script logic and dialogs – in literally a single click.
    • Just like its closed source sibling, InstallAware (Multi Platform) 2025 supports Partial Web Deployment, fully customizable Web Updates, command line builds, advanced Setup Capture (snapshot based – works by monitoring the changes an application/installer makes to the system), and localizations. If you’ve used InstallAware before, you’ll find everything exactly where you expect them to be. Everything works exactly the same way you’re used to from before.
    • Each of these tools are implemented entirely as native code on each platform, just like the setup engine itself; with everything coded 100% in Lazarus, and sources fully published.
    • InstallAware is so advanced, in the rare instances where Linux widget support is missing, it renders customized dialogs in pure character mode – ensuring 100% successful payload delivery on even the most locked down of environments. The character mode setup engine is available for Windows and macOS, too.
  • Intraweb for Lazarus

    Intraweb for Lazarus

    10 avril 2025

    Web components

    IntraWeb 16 requires a license key version 11 (starts with +0011, the same used in IW 15). IW 14 license keys won’t work with IntraWeb 15 or 16.

    French

    Composants web privatifs

  • LazTTF2Vector

    LazTTF2Vector

    21 mars 2025

    This program reads TrueType font files and displays the entered text using CADSys4. The result can be saved as DXF or in CADSys4.2 native format.

  • TExtFileCopy

    TExtFileCopy

    26 janvier 2008

    Copy of files and images with possibility to unstructure a directory with backup for slideshows. Now using imagemagick.

    Extracting words from files too.

    Platform-Independent

    French

    Copie de fichiers et d’images, avec entre autre, la possibilité de destructurer un répertoire, afin de créer facilement un Diaporama complet. Compatible maintenant avec ImageMagick.

    Il y a aussi de l’extraction de chaînes dans des fichiers.

    Compatible Toute Plate-forme

  • TVirtualDBTreeEx

    TVirtualDBTreeEx

    26 janvier 2008

    Rules wich can select nodes of a tree. All linked to data. You can edit it with TDBGroupview from Extended : http://extended.liberlog.fr

    Virtual Tree View needed before downloading.

    If there is a problem with the component contact me.

    French

    Gestion de sélection grâce à un arbre le tout lié à des données. Vous pouvez éditer un arbre avec TDBGroupview de Extended: http://extended.liberlog.fr

    Le Virtual Tree View est nécessaire.

    Si un problème persiste contacter l’auteur du composant.

     

  • TVirtualTreeView

    TVirtualTreeView

    26 janvier 2008

    Gestion de sélection grâce à un arbre avec dessin.

    Rules wich can select nodes of a tree with graphics.

  • Double Commander

    Double Commander

    26 janvier 2008

    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.

    Double Commander est un gestionnaire de fichiers Open Source avec deux panneaux côte à côte. Il est inspiré de Total Commander et préfigure de nouvelles idées.

SnapModbus
2 min read
  • Hardware
SnapModbus: an open-source multi-platform Modbus suite (libraries and tools).It’s not written in FreePascal but there is an...
Read More
InstallAware 2025
2 min read
  • Installing
InstallAware 2025 is a cross-platform tool for application developers looking to self-publish (and update) their software on...
Read More

Featured Posts

SnapModbus
2 min read
  • Hardware
SnapModbus: an open-source multi-platform Modbus suite (libraries and tools).It’s not written in FreePascal but there is an...
Read More
InstallAware 2025
2 min read
  • Installing
InstallAware 2025 is a cross-platform tool for application developers looking to self-publish (and update) their software on...
Read More
Intraweb for Lazarus
1 min read
  • HTML/XML
Web components IntraWeb 16 requires a license key version 11 (starts with +0011, the same used in...
Read More
LazTTF2Vector
1 min read
  • Graphics
This program reads TrueType font files and displays the entered text using CADSys4. The result can be...
Read More
SnapModbus
2 min read
  • Hardware
SnapModbus: an open-source multi-platform Modbus suite (libraries and tools).It’s not written in FreePascal but there is an...
Read More
InstallAware 2025
2 min read
  • Installing
InstallAware 2025 is a cross-platform tool for application developers looking to self-publish (and update) their software on...
Read More
Intraweb for Lazarus
1 min read
  • HTML/XML
Web components IntraWeb 16 requires a license key version 11 (starts with +0011, the same used in...
Read More
LazTTF2Vector
1 min read
  • Graphics
This program reads TrueType font files and displays the entered text using CADSys4. The result can be...
Read More
NTSC/CRT port
1 min read
  • Exemple
  • Video
Integer-only NTSC video signal encoding/decoding emulation, originally by EMMIR.Also does VHS simulation.A rather straight port from C,...
Read More
Ghostscript-API-Wrapper
1 min read
  • Exemple
  • File, Systems
  • Graphics and Charts
  • Hardware
The Ghostscript-API-Wrapper is an open source project, that simplify use of Ghostscript for Delphi and Free Pascal....
Read More
AVIF and HEIC Images
1 min read
  • Exemple
  • File, Systems
  • Graphics and Charts
Read & write AVIF and HEIC images in Delphi, Free Pascal and Lazarus Requires .DLL files (included)....
Read More
SnapTRAINER
1 min read
  • Emulation
  • Exemple
  • Hardware
Welcome to the fantastic world of industrial automation. The aim of this project is to allow everyone...
Read More
AllCall
1 min read
  • Network
Tunnel out of Anywhere: Cross-platform protocol and toolset for tunneling a TCP/IP stream over even the most...
Read More
Petra Engine
1 min read
  • 3D and 2D, Games
  • Emulation
Petra Engine is a 3D game engine for retro PCs running DOS and Win9x with ports to...
Read More

Pagination des publications

1 2 3 4 … 57 Next

Articles récents

  • SnapModbus
  • InstallAware 2025
  • Intraweb for Lazarus
  • LazTTF2Vector
  • NTSC/CRT port

Commentaires récents

Aucun commentaire à afficher.

Archives

  • juin 2025
  • avril 2025
  • mars 2025
  • février 2025
  • janvier 2025
  • décembre 2024
  • août 2024
  • juin 2024
  • avril 2024
  • mars 2024
  • mai 2023
  • avril 2023
  • janvier 2023
  • décembre 2022
  • novembre 2022
  • août 2022
  • juin 2022
  • décembre 2021
  • novembre 2021
  • octobre 2021
  • septembre 2021
  • juillet 2021
  • mai 2021
  • avril 2021
  • mars 2021
  • janvier 2021
  • décembre 2020
  • novembre 2020
  • octobre 2020
  • septembre 2020
  • août 2020
  • mai 2020
  • novembre 2019
  • mai 2019
  • janvier 2019
  • octobre 2018
  • septembre 2018
  • juillet 2018
  • juin 2018
  • mai 2018
  • avril 2018
  • novembre 2017
  • septembre 2017
  • juillet 2017
  • mai 2017
  • mars 2017
  • janvier 2017
  • décembre 2016
  • septembre 2016
  • juillet 2016
  • juin 2016
  • septembre 2013
  • août 2013
  • juillet 2013
  • avril 2013
  • mars 2013
  • février 2013
  • janvier 2013
  • novembre 2012
  • octobre 2012
  • septembre 2012
  • août 2012
  • juillet 2012
  • juin 2012
  • avril 2012
  • mars 2012
  • février 2012
  • janvier 2012
  • décembre 2011
  • novembre 2011
  • octobre 2011
  • août 2011
  • juillet 2011
  • juin 2011
  • mai 2011
  • avril 2011
  • mars 2011
  • février 2011
  • janvier 2011
  • décembre 2010
  • novembre 2010
  • octobre 2010
  • septembre 2010
  • août 2010
  • juillet 2010
  • juin 2010
  • mai 2010
  • mars 2010
  • février 2010
  • janvier 2010
  • décembre 2009
  • novembre 2009
  • septembre 2009
  • août 2009
  • juillet 2009
  • juin 2009
  • avril 2009
  • mars 2009
  • janvier 2009
  • décembre 2008
  • novembre 2008
  • septembre 2008
  • juillet 2008
  • mai 2008
  • février 2008
  • janvier 2008

Catégories

  • 3D
  • 3D
  • 3D and 2D, Games
  • Applications
  • Audio
  • Bar/QR Codes
  • Buttons
  • Colors
  • Compilers
  • Components with sources
  • Components without sources
  • Compressing
  • Compressing
  • Crypting
  • Crypting
  • Data/Persistence
  • Data/Persistence
  • Data/Persistence
  • Demos and restrictions
  • Demos, applications, forms, themes, languages
  • DLL
  • DLL
  • Documents
  • Drivers
  • Editing
  • Education
  • Education
  • Emulation
  • Emulation
  • Exemple
  • File Systems
  • File Systems
  • File, Systems
  • Files and bases
  • Files and bases
  • Firewall
  • For Android
  • For Lazarus
  • For Lazarus
  • Forms
  • Forms
  • Fun, graphics, charts
  • Fun, graphics, charts
  • Games
  • Games
  • Genealogy
  • Graphics
  • Graphics and Charts
  • Graphs and stats
  • Hardware
  • Hardware
  • Hardware, sound, video, system, network
  • Hardware, sound, video, system, network
  • HTML/XML
  • HTML/XML
  • Images
  • Installing
  • Languages
  • Languages
  • LAZARUS
  • Log and tests
  • Mail
  • Management
  • Maps
  • Math
  • Math
  • Menus
  • Network
  • Network
  • Network
  • Network
  • Neural Networks and AI
  • Neural Networks and AI
  • Office
  • OS
  • Packaging
  • Panels
  • Players
  • Professions
  • Professions
  • Programming
  • Programming
  • Programming
  • Projects with sources and components
  • Projects without sources
  • Recognition
  • Reports
  • RSS
  • Science/Industry
  • Science/Industry
  • Scripts
  • Searching
  • Security
  • Security
  • Servers
  • Sound
  • Sound
  • Suite
  • System
  • Teaching
  • Teaching
  • Testing
  • Testing
  • Text
  • Text
  • Text, reports
  • Text/Recognition
  • Themes
  • Threading
  • Timers
  • Tools
  • Tools
  • Trees
  • Vectors
  • Video
  • Videos
  • Videos
  • Visual Components
  • Visual Components
  • Web
  • Web
  • Web, XML
  • Web, XML
  • Word processing
  • XML/HTML
  • XML/HTML

You may have missed

SnapModbus
2 min read
  • Hardware
SnapModbus: an open-source multi-platform Modbus suite (libraries and tools).It’s not written in FreePascal but there is an...
Read More
InstallAware 2025
2 min read
  • Installing
InstallAware 2025 is a cross-platform tool for application developers looking to self-publish (and update) their software on...
Read More
Intraweb for Lazarus
1 min read
  • HTML/XML
Web components IntraWeb 16 requires a license key version 11 (starts with +0011, the same used in...
Read More
LazTTF2Vector
1 min read
  • Graphics
This program reads TrueType font files and displays the entered text using CADSys4. The result can be...
Read More
Copyright © All rights reserved. | darklinks by AF themes.