Hey Dave,
technically there shouldn't be any issue with the compilation. That said *I think* that cl.exe picks the compiler mode based on the file extension, and as you will see in msvc/c/Makefile, dpp compiles .d files to .c.
ECL (as the source code) can run with C++ core and C++ compilers but for Windows appropriate Makefile *doesn't seem* to cater to that.
Best regards, Daniel
-- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu
"Be the change that you wish to see in the world." - Mahatma Gandhi
On Friday, April 5th, 2024 at 8:59 PM, dave@synergy.org dave@synergy.org wrote:
Is it possible to perform C++ builds of ECL on Windows/MSVC? Thanks, Dave