CodeDelphiRAD Studio

Linear Algebra library by Winsoft

Introduction Linear Algebra library supports Windows 32 and Windows 64. It uses OpenBLAS optimized BLAS (Basic Linear Algebra Subprograms) and LAPACK (Linear Algebra Package) libraries. Installation instructions can be seen in the video below. 2. Components in the Demo and what they do The Demo contains TMemo component for the Result, converted in Text and one TButton…
Read more
CodeDelphiRAD Studio

Optical Character Recognition using Winsoft's component

Introduction OCR (Optical Character recognition) is a VCL type component (Windows platform only). Its main purpose is to decode text from a picture into plain text. Take a look at the video below to get the installation instructions. 2. Components in the Demo and what they do There are two main panels – one on the left and one on the right witch keep all the other visual…
Read more
News

New for the IDE in RAD Studio 10.4.1

RAD Studio 10.4.1 is a quality-focused release, and this goes for the IDE! We’ve addressed many items including some very commonly requested changes; read more below. A ‘quality-focused release’ means one where we introduce very few new features, and focus 95% of…
DelphiTech Partner

Convert Java Class Files and .jar Archive Files into Delphi Modules Using the Java4Delphi Tool

Intro Java4Delphi converter tool helps to convert Java .class files and Java .jar archives to Delphi .pas files. So, Java classes and libraries can be used from Delphi projects easily. Java4Delphi by WINSOFT is a commercial tool and gives all the functionalities when you get a license. All the source code of JNI and Delphi4Java units will be included in it. The best thing about this tool…
Read more
DelphiTech Partner

Delphi library for interoperability with Java using WINSOFT JavaBridge

Intro Java Native Interface is a standard programming interface for writing Java native methods. Most JNI developers utilize C/C++ but most of the JNI header files ported to Delphi. In a simple word: Java Native Interface (JNI) is the Java interface to non-Java code. And when you work with data types you should always convert data between Delphi and Java. JavaBridge library WINSOFT offers…
Read more