I am experiencing some difficulties with compiling this library for my project, which also compiles under Windows.
As I understand it, under Windows i can only compile using MSYS2 and MINGW compiler, which is bad for me. MSVC and MINGW can at least have different ABIs and the static library files themselves have different extensions.
I had an idea to compile the project with the MSVC compiler, but I ran into a problem. I was unable to compile the "libunbound" library. I think "libunbound" is basically not designed to be compiled through MSVC.
Is there any way I can compile the project and at least get the *.lib static libraries so I can use "monero-cpp" in my project?
I am experiencing some difficulties with compiling this library for my project, which also compiles under Windows.
As I understand it, under Windows i can only compile using MSYS2 and MINGW compiler, which is bad for me. MSVC and MINGW can at least have different ABIs and the static library files themselves have different extensions.
I had an idea to compile the project with the MSVC compiler, but I ran into a problem. I was unable to compile the "libunbound" library. I think "libunbound" is basically not designed to be compiled through MSVC.
Is there any way I can compile the project and at least get the *.lib static libraries so I can use "monero-cpp" in my project?