Skip to content

Windows MSVC support? #144

@rujialiu

Description

@rujialiu

Dear sir,

First of all, thank you for this awesome solver! I tried to compile Uno with MSVC 2022 on windows. There are a few errors but I managed to solve them. There aren't many changes:

  • MSVC doesn't support C++ keyword not so I need to change them to !
  • There is one error regarding templated function signature matching. Just a few extra characters would make it compile
  • A few source files contain non-ascii characters. MSVC needs a pragma to explicitly tell the compile it's in UTF-8, and the file needs BOM (I don' t know whether there are less intrusive ways to resolve this without adding BOM)
  • The current cmake config contains some gcc-specific things that need

I wonder if you're willing to support Windows/MSVC. If so, I'll make a PR.

Metadata

Metadata

Labels

CIContinuous IntegrationbugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions