Problem installing libraries on Delphi XE8

0

I was trying to install the ID3v1 and ID3v2 libraries, but when I installed it there was an error because these libraries use units like TntClasses, TntSysUtils, etc. So I searched the internet and found Tnt Unicode Controls. So I downloaded it, opened the * .dpk file but when I try to compile it from the error because in 'requires' has the package 'vcl'.

Then he gives the following error message.

  

TntUnicodeVcl.dpk: E2202 Required package 'vcl' not found.

I do not find anything that solves my problem on the internet. Can anyone help me?

Did I try to install it the wrong way or something?

    
asked by anonymous 18.12.2015 / 23:18

2 answers

0

It seems that the component is not compatible with the XE8 version and can not find the directory containing the VCL. Check this. If it is the component of 3DeLite's, according to their website the component is compatible until the XE5.

    
19.12.2015 / 07:45
0

This error usually occurs when there are problems with Delphi installation. Check in the Library Path (Tools> Options> Delphi Options> Library) if it has the default paths (they are in the Delphi folder, subfolders):

\ lib \ Win32 \ release, \ Imports, \ Dcp, \ include

Or reinstall Delphi (most cases only resolve to reinstall)

    
05.04.2018 / 13:17