id3v2lib icon indicating copy to clipboard operation
id3v2lib copied to clipboard

dll needed for id3v2lib

Open dougforester opened this issue 6 years ago • 1 comments

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.

dougforester avatar Jan 17 '19 18:01 dougforester

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

0x006E avatar Mar 27 '19 14:03 0x006E