-
Building REST services with RAD Server
Building REST services with RAD Server for Delphi and C++ Builder. Almost identical videos on how to build REST applications using RAD Server, with either Delphi or C++ Builder.These would have been recorded while I was an employee at Embarcadero, for a skill-sprint, code-rage, or other online community event. (Delphi version, best viewed full-screen >=…
-
Media file meta-data on Windows in Delphi.
Media file meta-data on Windows in Delphi. Introduction 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…
-
Media file meta-data on Android in Delphi.
Media file meta-data on Android in Delphi. Introduction 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…