<div dir="ltr"><div dir="ltr">On Mon, May 18, 2020 at 7:05 AM Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de">marcel.taeumel@hpi.de</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id="gmail-m_-3361069096345916550__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0)">Hi, there!<div></div><div><br></div><div>In the #fields method of a new ExternalStructure, how can I express a pointer to another external structure?</div><div><br></div><div>First, non-pointer works as expected:</div><div>^ #( (other MyStruct) )</div><div><br></div><div>Second, this just treats it as a void*, which returns a generic ExternalData:</div><div>^ #( (other 'MyStruct*') )</div><div><br></div><div>Third, this gives me a debugger:</div><div><span style="font-size:13.3333px">^ #( (other MyStruct *) )</span><br></div><div><span style="font-size:13.3333px"></span></div></div><br></blockquote><div><br></div><div>I don't have the code in front of me but there is the parser you could check ;)</div><div><br></div><div>It might be *MyStruct.</div><div><br></div><div> - Vanessa - </div></div></div>