XM Play doesn't support plugins compiled with g++ 15?

Started by I Ate Minecraft,

I Ate Minecraft

I just installed a newer version of g++ (from 6 to 15) and now no plugin that I compile works :(


XM Play will just hang for a while when I go to the visualiser window, and once it unfreezes it doesn't show my compiled version of SpectrumBars (unmodified, direct from Github).

The newer (g++) version also seems to massively bloat the filesize from ~60kb to ~450kb

Any reason for this??
I also tried removing all the config files, but that did not work

Ian @ un4seen

I haven't used g++ 15 myself, so I'm not sure, but perhaps it has some additional DLL dependencies that you need to include with your plugin? You can use Dependency Walker to check that:

    www.dependencywalker.com

If there are additional dependencies, you could check if there are static-linking options available to avoid them.