[flac-dev] libFLAC_dynamic.dll version 133 64 bit failed to work.

2019-11-24 Thread m b
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

[flac-dev] The Flac Function always fails.

2019-12-06 Thread m b
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.   

[flac-dev] FLAC 1.4.2 release has no support for compiling dynamic dll library?

2023-05-31 Thread m b
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

[flac-dev] How to change the dynamic library project name ogg to libogg?

2023-06-06 Thread m b
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