Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why is there no MSVC support?
#9
Well, you're right, we still have some dependencies to Unix utilities. We should not be using unistd.h and getopt.h directly, but provide the necessary functions via SystemUtils interface. The noexcept error could be fixed by providing an empty noexcept macro and the two remaining errors can be fixed with some rewriting of code. Some warnings are also worth to look at. I have some time today, so I should be able to fix it.

Still, such problems are pretty embarrassing for Microsoft, as C++11 standard is now almost 4 years old, yet their compiler still doesn't fully support it.

Update: I almost forgot just how much pain it is to compile something under Windows. But I finally got it to compile Smile I will commit my fixes tomorrow as I'm too tired today.


Messages In This Thread
Why is there no MSVC support? - by Simbax - 04-19-2015, 05:03 PM
RE: Why is there no MSVC support? - by krzys_h - 04-19-2015, 05:37 PM
RE: Why is there no MSVC support? - by Simbax - 04-19-2015, 05:55 PM
RE: Why is there no MSVC support? - by tomangelo - 04-19-2015, 06:00 PM
RE: Why is there no MSVC support? - by krzys_h - 04-19-2015, 06:16 PM
RE: Why is there no MSVC support? - by piotrdz - 04-25-2015, 02:52 PM
RE: Why is there no MSVC support? - by tomangelo - 04-25-2015, 05:07 PM
RE: Why is there no MSVC support? - by Simbax - 04-25-2015, 09:04 PM
RE: Why is there no MSVC support? - by piotrdz - 04-26-2015, 09:52 PM
RE: Why is there no MSVC support? - by tomangelo - 04-26-2015, 11:22 PM
RE: Why is there no MSVC support? - by piotrdz - 04-27-2015, 07:11 PM
RE: Why is there no MSVC support? - by Simbax - 05-05-2015, 02:28 PM
RE: Why is there no MSVC support? - by piotrdz - 05-05-2015, 07:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)