Hi,
in many tutorials they use id3lib as one of the libs required by Emule to compile properly,
In all of them they reference the lib as a visual studio project in the solutions explorerer as a reference or compiling like this (is a bat file):
CD eMule-id3lib-3.9.1\libprj
MSBuild id3lib.vcxproj -target:Clean,Build /property:Configuration=Release /property:Platform=x64
but in the project there isn't a vcxproj or a vcproject.
Every tutorial seems to use the 3.9.1 lib downloaded straight from the repo so there is no changes. How is possible?
Hi,
in many tutorials they use id3lib as one of the libs required by Emule to compile properly,
In all of them they reference the lib as a visual studio project in the solutions explorerer as a reference or compiling like this (is a bat file):
CD eMule-id3lib-3.9.1\libprj
MSBuild id3lib.vcxproj -target:Clean,Build /property:Configuration=Release /property:Platform=x64
but in the project there isn't a vcxproj or a vcproject.
Every tutorial seems to use the 3.9.1 lib downloaded straight from the repo so there is no changes. How is possible?