Just extend the writetag method, see wikipedia for composer code tag.
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/ID3v2-Reading-and-writing-MP3-metadata-tp5714707p5714724.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_
I use the console example lserver.pp in LNet and it works fine that way.
However, when I modified it to have 2 listening socket (TLTCP) listen
one after another , and in the run loop,
repeat
socket1.CallAction;
socket2.CallAction;
until Quit1 or Quit2;
Only the first socket that
Yep, good news from Ledelumbo in Lazarus forum :
>> $(freepascal source)/packages/gtk2/src/atk/atk.pas
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 5/8/2013 04:34, Fred van Stappen wrote:
>> PS : It is a shame that FPC does not care about assistive technology.
No, it is a shame for me to have had doubts about fpc...
FPC is assistive technology compatible. ( $(freepascal
source)/packages/gtk2/src/atk/atk.pas ).
I apologize, Im totaly so