Kelvin Lee

Results 8 comments of Kelvin Lee

I do this all for fun and deprecating VS2008 or not imposes different kinds of challenge and fun. However, as a software project moving forward, deprecating VS2008 makes more sense....

I think [here](https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170) is a good doc about what various C/C++ features are supported in what various versions of VS. Note that though the v141_xp toolkit for VS2017 has been...

I am indeed using v141 as PlatformToolset in the project files. Or are you referring to the directory vc15 itself?

Not exactly correct. The compiler itself for VS2017 is actually version 19.10 (19.00 for VS2015, 18.00 for VS2013). v141 is referring to as PlatformToolset that includes a bunch of software...

VSCode? The repo here is mainly for Visual Studio. There is nothing here specifically relating to VSCode. Can you clarify your question?

@martin-g Didn't aware the last pull rebase was messed up. Now fixed. The following files are originated from FreeBSD and modified to work with MSVC: - lang/c/src/getopt/getopt.h - lang/c/src/getopt/getopt_long.c The...

Well, I have been maintaining a repo https://github.com/kiyolee/zlib-win-build offering solutions/projects for VS 2008|2010|2013|2015|2017|2019|2022 for quite some time now. I have no problem VS solutions/projects are removed from official zlib. I...

Note that since VS2017, VS ships a usable copy of cmake and that may not be considered another dependency.