You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean Install of MSYS2, mingw64 console,
pacman -S mingw-w64-x86_64-MinHook
pacman -S mingw-w64-x86_64-GCC
cd to dwm_lut.c
gcc dwm_lut.c -O3 -shared -static -s -lMinHook -ld3dcompiler -luuid -Wl,--exclude-all-symbols -o dwm_lut.dll
Get the same error that ErnestNeller is getting that it failed to initialize DLL. If I replace my self compiled one with the one in the release it works.
Hello, nice tool!
I have this error in compiling dll dwm_lut.c:4:10: fatal error: MinHook.h: No such file or directory
I installed msys2 and this packages: mingw-w64-x86_64-gcc and mingw-w64-x86_64-MinHook.
In C:\msys64\mingw64 i see MinHook.h in include.
I try to compile from the UCRT64 msys console
What could be the problem?
Thanks!
The text was updated successfully, but these errors were encountered: