I haven’t done a windows build in a long time and I may have been using mingw when I did. If you get the window DLLs (the x64 zip) you can probably add the dll at the end of the line and it might work. It depends on how that dll was built. I think the last time I compiled for windows I didn’t want to deal with MS and I used the zig compile (zig cc
or zig c++
) to compile my C and C++ code
This thread might be useful but I’m not sure Building w/MingW