0
I was trying to install the Id3v1 and Id3v2 libraries, but when I went to install 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, I opened the *.dpk file but when I try to compile it from the error because in the 'requires' it has the package 'vcl'.
Then he gives the following error message.
Tntunicodevcl.dpk : E2202 Required package 'vcl' not found.
I haven’t found anything that solves my problem on the internet. Can anyone help me?
Did I try to install it wrong or something?
Hmm... Yeah, I even managed to fix the vcl error, I searched the Delphi folder for those files I needed (vcl.dcp, vclx.dcp) and copied them to the same folder of the library I’m trying to install, and the error is gone, but now the following error occurs: F2051 Unit System was Compiled with a Different version of "". @Delayloadhelper2
– Michael Marcel
Try recompiling the package. It might work.
– Jose Silveira