Custom C plug-in works in 2018, not 2019 - where to put it?

So I’m still thinking … “What changed between v18 and v19?”

And I just remembered that the C API had a build bug that was NOT exporting the symbols properly for the Mac. (The Windows build was always fine.) They just noticed it the past few months or so. The latest version 19.2 (C API Version 7.1) is the only one that has the symbols correctly exported in the libs.

@drwave I betting that this is the difference you are seeing.
Which also means you’ll be needing to release 2 versions (one for pre-2019 and one new build linking to the proper libs for 2019+)


REFS: