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
C++DelphiTech Partner

Scanning Optical Barcodes in your Delphi and C++ Builder VCL Applications

Intro Optical Barcode Recognition (OBR) or Optical Character Recognition (OCR) technology has been utilized in many commercial applications. The fonts are electronically scanned and digitized into ASCI characters. Hand-held scanners also allow the user to have the ability to examine data, for instance, locating and reading the International Standard Book Number (ISBN) found on most published…
Read more
Delphi

Learn Delphi on Exercism

One of our MVPs, Ryan Potts, is the originator and maintainer of the Delphi track on Exercism – a site dedicated making it easy for people to learn different programming languages. He was interviewed by the Exercism team previously, but I thought it would be…