That's because they apparently dynamically link against libstdc++ (and probably also libgcc) but don't ship the DLL next to the external. That's a common problem with MinGW based software written in C++. You can't assume that those libraries are present on the users system. You either have to link statically or ship the dependencies. (At least on Windows, I strongly prefer static linking - especially for plugins!)

Either way, please contact the person who uploaded the package and ask them to fix this! Also, the project repository should make it clear in their installation instructions that it's necessary to bundle the dependencies. (Maybe they already say that, but the person who uploaded the package didn't read it :-)

Christof

On 12.02.2021 11:47, oliver wrote:
Alexandre Torres Porres wrote:
Em qui., 11 de fev. de 2021 às 21:04, Alexandre Torres Porres <por...@gmail.com <mailto:por...@gmail.com>> escreveu:

      Maybe ceammc has one as it has an unbeatable/extraordinary GUI pack


  yeah, ui.menu :)

hi, on my machine i can't seem to load the CEAMMC library

WIN 7 / 64bit
PD 0.51.2
CEAMMC 0.9.1


on startup, when trying to load the library i twice get an error alert (see attachment)


in the PF console i get:

C:\Program Files\Pd\extra\ceammc\ceammc.m_amd64: couldn't load




best

oliver

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to