Reading ID3 tags

Just starting out? Need help? Post your questions and find answers here.
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Reading ID3 tags

Post by wilbert »

I haven't tried with prototype but with Import it works fine when I try it on Windows.

Code: Select all

Import "tags.lib"
  TAGS_Read(handle.l, fmt.p-ascii)
EndImport
Windows (x64)
Raspberry Pi OS (Arm64)
Martin Verlaan
Enthusiast
Enthusiast
Posts: 133
Joined: Sun Apr 01, 2018 11:26 am

Re: Reading ID3 tags

Post by Martin Verlaan »

I feel stupid, i used a wrong filename for the dll. That was the problem. :oops:
Post Reply