<div dir="ltr"><div dir="ltr"><div>Last year, I've tried to compile opensmalltalk vm with MSVC but, it was not possible with 2017 edition...</div><div><br></div><div>Good news, it seems that Mircrosoft made progress since then:</div><div><br></div><div><a href="https://developercommunity.visualstudio.com/comments/399091/view.html?utm_source=newcomment&utm_medium=email">https://developercommunity.visualstudio.com/comments/399091/view.html?utm_source=newcomment&utm_medium=email</a></div><div><br></div><div>MSVC can be interesting for a few things:</div><div>- a relatively good debugger for the C world - I know, it's difficult to sell this to Smalltalkers :)</div><div>- easier integration of native libraries than thru mingw<br></div><div>- complementary set of compilation warnings (and runtime errors) to help polishing some corner cases of our code generator.</div><div><br></div><div>Of course, without CMake, we're back to manually crafting a MSVC project, but it can pay when chasing hard bugs (which I was after last year).<br></div></div></div>