11-11-2016, 11:52 AM
found here, sources and all
https://git.xiph.org/?p=flac.git;a%3Dsummary
gives as your link libFlac or libFlac++, the first should be C code, the former C++ code (which i'm more used to)
1. Can I use C++ instead of C?
2. How to know which dll is using C++ code then?
3. libflac has more headers than libflac++, so i must use the headers from libflac in libflac++ (like the callback.h header)?
4. must i compile by myself the dll, or using headers is enough to manipulate flac files by QM only?
https://git.xiph.org/?p=flac.git;a%3Dsummary
gives as your link libFlac or libFlac++, the first should be C code, the former C++ code (which i'm more used to)
1. Can I use C++ instead of C?
2. How to know which dll is using C++ code then?
3. libflac has more headers than libflac++, so i must use the headers from libflac in libflac++ (like the callback.h header)?
4. must i compile by myself the dll, or using headers is enough to manipulate flac files by QM only?