张浩扬穿JK

Results 8 issues of 张浩扬穿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. ![image](https://user-images.githubusercontent.com/38552079/156860890-bbc02784-2363-4181-b658-860445021f63.png) And use of undeclared identifiers... ![image](https://user-images.githubusercontent.com/38552079/156861074-1d3a74d0-14ce-4fe0-a795-1e8ac3134cf9.png) ![image](https://user-images.githubusercontent.com/38552079/156861130-fa882c5b-7d94-48a8-895f-0479cdc76b37.png) **These errors are all in alc/alc.cpp**

I have built this program successfully but every time I run it, it always quits suddenly. Without any outputs either, I could not know any causes of the errors. ![image](https://user-images.githubusercontent.com/38552079/164424200-121648dc-01e6-4ea7-b43d-16724e2230a3.png)

### 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. ###...

not-an-issue
asking-for-help-with-local-system-issues

**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...

🔷 Bug 🐛
⬜ Pending

# 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...