Installation in Delphi
Related products: VisioForge All-in-One Media Framework (Delphi / ActiveX)
Borland Delphi 6/7
Create a new package.
Add the source directory to the library and browser path
Open library package.
Install the package.
The TVFVideoCapture offers both x86 and x64 versions. However, you can only use the x86 version because Delphi 6/7 does not support x64.
Delphi 2005 and later
Run Delphi with administrative rights. Open the “Options” window.
Add the source directory to the library and browser path.
Open library package.
Install the package.
Delphi 11 and later
Open the library .dproj
package file in the framework folder after installation.
Select Release build configuration.
Install the package.
Done.
Project configuration
You can install both x86 and x64 packages. Ensure that you have specified the correct library folder path in your application to locate the .dcu
files. 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.