News

Media file meta-data on Windows in Delphi.

Author: Craig Chapman Here’s a little Déjà vu for regular readers of my blog. One of my customers emailed me with an interesting problem this morning. “I need to be able to peek into a video file, specifically a .mp4 file, and determine if it’s PAL or NTSC.” This seemed like a fun challenge, so I thought I’d write a helper class to solve it.. The Problem. The above excerpt is from a…
Read more
C++

New in C++Builder 10.2.3: C++ Rename Refactoring

Yesterday, we released RAD Studio 10.2.3!  Over the next week, we’ll be blogging about some of the new features.  Today I’d like to look at the introduction of rename refactoring for C++. What is refactoring? Over time, code grows and changes.  You need to maintain…
C++

Announcing the Release of RAD Studio 10.2.3

  Key RAD Studio 10.2.3 Features: CMake Command-Line Support: CMake is a popular C++ build tool. RAD Studio 10.2.3 Tokyo provides support for building CMake projects on the command line using RAD Studio compilers. 10.2.3 also specifically supports using Ninja with CMake…
News

Media file meta-data on Android in Delphi.

Author: Craig Chapman One of my customers emailed me with an interesting problem this morning. “I need to be able to peek into a video file, specifically a .mp4 file, and determine if it’s PAL or NTSC.” This seemed like a fun challenge, so I thought I’d write a…
News

Delphi Blogs of the Month #58

The last few months have been really a bit hectic, and I failed to find the time for my regular “notable Delphi blog posts” summary. I’ve also done very few blog posts in general. Here is one, with key entries only (or I’d be way too long). Embarcadero Updates …