larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

dll needed for id3v2lib #29

Closed dougforester closed 1 year ago

dougforester commented 5 years ago

I need a dll for the id3v2lib project so that I can access the functions from an application. Can you point me to instructions on how to do that? It would be nice to have the build procedure for id3v2lib also build a dll.

0x006E commented 5 years ago

Actually the build procedure is written in the readme. Run cmake configure like given in the readme and build the resultant sln file using Visual Studio. It will generate a dll