Newbie-Trying to Intergrate libmusicbrainz into VS MFC C++ App

I’m new to MB and trying to integrate Artist search into an existing Windows MFC application. I’m not finding info on how to build a library/dll that I can link with my app, nor can I find the MB5_c.h file in the zip. What am I missing ? Any help would be greatly appreciated.

You have to compile libmusicbrainz with MFC support.

Set CMAKE_MFC_FLAG in CMakeLists.txt.

Other variables might need to be set as well for VS support, check CMAKE_VS_* flags.

2 Likes