<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>> Writeln(sizeof(THandle)); // for console apps<br><div><br>FHandle := soundtouch_createInstance();  <br>writeln(FHandle);  <br>Writeln(sizeof(FHandle));<br><br>Gives that result :<br><br>10321232<br>4<br><br>> I don't know if the Handle type in the header is defined by the<br>> C++ compiler or by the package itself.<br>> Consult their respective documentation for more info.<br><br>?<br><br></div>                                           </div></body>
</html>