Skip to main content

Installation in Delphi

This tutorial explains how to install the TVFMediaPlayer library in Delphi 6/7, 2005, and later.

The library supports modern x64 Delphi versions.

Step 1: Download the All-in-One Media Framework

Download the Delphi version of the framework from the product page.

Step 2: Install the TVFMediaPlayer

Run the downloaded file and follow the installation instructions.

Installation in Delphi 6/7

Add the package to the IDE.

Run Delphi with administrative rights. Open the “Options” window.

screenshot 1

Add the source directory to the library and browser path.

screenshot 2

Open the TVFMediaPlayer package.

screenshot 3

Install the new package.

screenshot 4

screenshot 5

TVFMediaPlayer has x86 and x64 versions. You can use the x86 version only because Delphi 6/7 does not have x64 support.

Installation in Delphi 2005 and later

Run Delphi with administrative rights. Open the “Options” window.

screenshot 1

screenshot 2

Add the source directory to the library and browser path.

screenshot 3

Open the TVFMediaPlayer package.

screenshot 4

Install the package.

screenshot 5

screenshot 6

TVFMediaPlayer has x86 and x64 versions. You can use the x86 version in 32-bit projects and the x64 version in 64-bit projects.

Project configuration

You can install both x86 and x64 packages. Ensure you have specified the correct framework folder path in your application to locate .dcu files. Additionally, you need to add this path to the library path in the project options.

Common installation problems


Please get in touch with support to get help with this tutorial. Visit our GitHub page to get more code samples.