张浩扬穿JK
张浩扬穿JK
I'm using CMake & MinGW and I DON'T think the linker flag `-mwindows` is useful at all for me and it has made me too inconvenient to develop console apps....
It took me half an hour to compile OF by using MSYS2 MinGW. I found **most of the time was wasted by executing bash scripts** instead of gcc/g++ itself spent....
The **enum** LogLevel is conflicting with the **enum class** LogLevel.  And use of undeclared identifiers...   **These errors are all in alc/alc.cpp**
### Is there an existing issue for this? - [x] I have searched the existing issues and checked the recent builds/commits ### What happened? See the console logs below. ###...
**Describe the bug** ## A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled). ```text at System.Threading.Tasks.Task.Dispose(Boolean disposing) at System.Threading.Tasks.Task.Dispose() at ScreenToGif.Capture.BaseCapture.DisposeInternal() in...
# Description Prefer linking static libraries (except `OpenAL32.dll`) on Windows MSVC toolchain. # Library dependency: ``` sfml-audio-s.lib >------------------------------------+--> openal32.lib >--+--> flac.lib | ↓ | +--> ogg.lib --> vorbis.lib >--+--> vorbisfile.lib...