[fpc-pascal] Get value of PPChar ?
fredvs
fiens at hotmail.com
Sun Apr 16 18:52:30 CEST 2017
Free Pascal - General mailing list wrote
> function mpg123_icy(mh: Tmpg123_handle; var icy_meta: PChar): Integer;
> cdecl;
Thanks for your answer.
I did try with this but :
res := mpg123_icy(mph,theicytag);
if (res = 0) then writeln('resu = ' + inttostr(res)); // OK = 0
if Assigned(theicytag) then writeln('theicytag = assigned')
else writeln('theicytag NOT assigned') ; /// always theicytag NOT assigned
-----
Many thanks ;-)
--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Get-value-of-PPChar-tp5728277p5728283.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list