APE files crash TagLib?

Andrew Gatt a.gatt at btinternet.com
Tue Sep 16 13:24:48 CEST 2008


> TagLib::FileRef f(qs.toUtf8().data());
> TagLib::Tag *tag = f.tag();			//app crashes here
>
>   
 From memory you need to check whether you have a valid FileRef before 
using it?

if (f.isNull()); // don't use



That doesn't explain why the APE isn't being recognised, but may stop 
the program from crashing. Hope that helps.

Andrew


More information about the taglib-devel mailing list