Skip to main content

Installation in Delphi

Related products: VisioForge All-in-One Media Framework (Delphi / ActiveX)

Borland Delphi 6/7

Open the "Options" window.

screenshot 1

Add the source directory to the library and browser path

screenshot 2

Open the main package.

screenshot 3

Install it.

screenshot 4

screenshot 5

The library offers both x86 and x64 versions. However, you should use the x86 version since Delphi 6/7 does not support x64.

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 main package.

screenshot 4

Install it.

screenshot 5

screenshot 6

x64 version is available for Delphi 2005 and later. You can use it if you need to build 64-bit applications. IDE may require an x86 version for design-time operations.

Delphi 11 and later

  • Open the library .dproj package file in the library folder after installation
  • Select Release build configuration
  • Build and install the package
  • Done.

Project configuration

You can install both x86 and x64 packages. Be sure that you have specified the correct library folder path in your application to find .dcu files. You need to add the 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.