Category Archives: Resources

Reading Version Information from your EXE

Very often, you have to check some information contained in the VERSIONINFO section of your application and most of the examples you can find on the InterWebz are doing it by using this WinAPI routine: GetFileVersionInfo.

Posted in Delphi, Resources, Windows | Tagged , , | 4 Comments

Embedding and playing Sound/Music in a Delphi Application

Or The new old stuff… We had to make the application play specific sounds as a status indicator that doesn’t require the user to look at the screen. To avoid external dependencies, the idea is to embed some WAV files … Continue reading

Posted in Delphi, Resources, User Interface, Windows | Tagged , , , , , , | 9 Comments