<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
<b>To Alessandro Tucci:</b><br>
<br>
&gt; Which are the exact modifications you made in apetag.h and
apetag.cpp?<br>
&gt; Thanks for your attention.<br>
<br>
I've made only two changes - I changed signatures of APE::Tag
constructor <br>
from<br>
Tag(File *file, long footerLocation);<br>
<br>
to <br>
Tag(TagLib::File *file, long footerLocation);<br>
in both apetag.h and apetag.cpp respectively.<br>
---------------------------------------------------------<br>
To <b>Lukáš Lalinský:<br>
<br>
There is one thing in my code that is against the official <br>
APE sources: in the latter ones only either ID3v1 or APE <br>
tags can be read and written from/into an *.ape file. <br>
But my code </b><span class="translation">intentionally do not follow
this rule.</span>
</body>
</html>