<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>ok, I don't see a problem here. the only symbol a Pd external exports (or should export) is the setup function - which is retrieved "manually" with GetProcAddress / dlsym. In theory all Pd externs could have the same setup function, at least on the platforms I know... Note that for example VST plugins all export the same entry point and it seems to work fine :-)
<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Sonntag, 12. Mai 2019 um 02:37 Uhr<br/>
<b>Von:</b> "Jonathan Wilkes" <jancsika@yahoo.com><br/>
<b>An:</b> "Christof Ressi" <christof.ressi@gmx.at><br/>
<b>Cc:</b> katja <katjavetter@gmail.com>, Pd-List <pd-list@lists.iem.at><br/>
<b>Betreff:</b> Re: Aw: Re: [PD] Full stop '.' in class namespace</div>

<div name="quoted-content">
<div class="yahoo-style-wrap" style="font-family: Helvetica Neue , Helvetica , Arial , sans-serif;font-size: 13.0px;">
<div class="ydp5fde5fa2yahoo_quoted" id="ydp5fde5fa2yahoo_quoted_8187626025">> On Saturday, May 11, 2019, 5:25:25 PM PDT, Christof Ressi <christof.ressi@gmx.at> wrote:
<div style="font-family: "Helvetica Neue" , Helvetica , Arial , sans-serif;font-size: 13.0px;color: rgb(38,40,42);">
<div> </div>

<div>
<div>>>  Does every supported PD platform allow you to a) dynamically load an object that defines<br clear="none"/>
>> a previously defined symbol and b) search for a symbol starting from the last loaded<br clear="none"/>
>> object and going up the dependency chain to the containing object?<br clear="none"/>
 <br clear="none"/>
> I'm not sure if I understand your question. are you talking about C symbols or Pd symbols here?<br clear="none"/>
 
<div>I'm talking about the system library on each OS responsible for dynamically loading</div>

<div>and searching objects into the running process. Like dlopen/dlsym</div>

<div> </div>

<div>-Jonathan</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></body></html>