Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
Are there any examples of a group of externals made up of individual files using a DLL for shared code? Would the DLL be a .pd_linux or a .so (or .pd_darwin / .dylib)?
I think, what Guenther means are simply dynamically linked libraries. An example would my fluidsynth external, that links (statically or dynamiclly, just as you like) to fluidsynth.dll on W32, and libfluid.so on Linux.
ciao