Hello,
I compiled the libFLAC_dynamic project in Flac-1.3.3 with Visual Studio 2010 on Windows 7 as 64 bit MultiThreadedDLL (release) and MultiThreadedDebugDLL (debug) successfully. When I test the two 64 bit libFLAC_dynamic.dlls, the debug version can run as expected, it converts the wave fil
Hello,
I encountered an error while using FLAC1.3.3, on Visual Studio 2010, Windows 7. This might be a bug.
//Open a output flac file in UNICODE file name.
FILE* fpFlacOut=_wfopen(strFlacFile.c_str(), _T("wb+"));
//Using Flac 1.3.3, this function always return error.
Hi,
I download the FLAC 1.4.2 release, use CMake to generate .sln file for compiling Flac dynamical dll library using Visual Studio. After running CMake, I open the .sln file, there are a lot of projects, but there is no project for Flac dynamic library, only Flac and Flac++ static libraries p
Hi,
I use CMake to generate FLAC dynamic link library projects for Visual Studio, in the CMake user interface window, the "BUILD_SHARED_LIBS" is enabled. The CMake generates the FLAC and ogg dynamic library projects. The Visual Studio builds the FLAC.dll and ogg.dll, and the FLAC.dll depends o