Skip to content

How to build monero-cpp for MSVC x64 2019 compiler? #26

@ghost

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions