Hi,
First of all, your library ist really good! But I have a Problem with the extraction of Cover Art.
I use the function TagsLibrary_GetCoverArtBitmapHandle(); and they Always returned FALSE?
Here is my Little C++ example:
HANDLE hbmp = 0;
TCoverArtData data;
if (!TagsLibrary_GetCoverArtBitmapHandle(Tags, ttAutomatic, 1, &data, &hbmp, 0, 0, false, FILTER_LANCZOS3, hwnd)) {
……..
}
Thank you!