CodeDelphi

Double Performance In Some Scenarios With Custom FastMM4-AVX Memory Manager

While looking into upgrading the FastMM4 version in Embarcadero Dev-C++ I ran across a fork of FastMM4 called FastMM4-AVX. It uses special instruction sets to achieve better results than the original FastMM4. Developer maximmasiutin has added a number of enhancements to the original FastMM4 specifically “AVX support and multi-threaded enhancements (faster locking)”. It claims…
Read more
C++DelphiTech Partner

Create Word Docs Using the Direct Office Component In Delphi on Windows

Winsoft’s Direct Office is a nice third party solution which bypasses the middle-man – namely Word – to create, open, and save DOCX documents. DOCX is a standardized file format. It can be read using Libre Office, SoftMaker’s TextMaker and on-line Google Docs. Installation Steps: Download the trial versionUnzip doffice.zipFind Winsoft.DirectOffice.dll in…
Read more
CodeDelphi

Syntax Highlighting Editors In Delphi & C++Builder On Windows

A popular syntax highlighting editor for Delphi is called TSynEdit. This post is mainly focused on the various forks of TSynEdit and which one you might want to use in your own projects. The Dev C++ project uses TSynEdit which needed to be upgraded when it was lifted from compiling in Delphi 6 to compiling in Delphi 10.4. The three options are: TurboPack TSynEdit &#8211…
Read more
C++DelphiTech Partner

Robust And Powerful ImageEn Image Display And Editing Library For VCL On Windows

ImageEn is an extensive component suite for image editing, display and analysis written in pure VCL code for Delphi and C++ Builder. Thousands of software developers use ImageEn to add powerful multimedia functionality to their applications. ImageEn is suitable for all applications, from basic image loading and display features for general applications to advanced features like layer editing…
Read more