Re: [fluid-dev] Adding C++ as mandatory dependency?

2020-01-17 Thread Tom M. via fluid-dev
> "Which Microsoft Visual Studio version is mandatory for C++98?" It's hard to find official documentation for those old products, but VS2005 (8.0) should be sufficient. Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mail

Re: [fluid-dev] Adding C++ as mandatory dependency?

2020-01-17 Thread Reinhold Hoffmann
In general C++ is OK. I vote to keep existing code stable and not convert it to C++ due to stability. From the Microsoft Windows side the key question is "Which Microsoft Visual Studio version is mandatory for C++98?" To me it looks that there is no clear answer when I read their conformance

[fluid-dev] Adding C++ as mandatory dependency?

2020-01-17 Thread Tom M. via fluid-dev
The most recent revisal of fluidsynth's sequencer has raised the question of whether C++98 can become a mandatory dependency for fluidsynth. Most importantly: * Can we put C++ code into fluidsynth? * Is there anybody out there who has any concerns or objections for a C++ dependency? A few more qu