<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<div>Sorry, I sent the last message accidentally.</div>
<div><br>
</div>
<div>Maybe after opening PD and finding that Zexy didn't work, you opened a Zexy helpfile through the browser, or loaded some other file where Zexy was directly declared. This would load Zexy and allow all objects to create correctly, but but not prevent them
 from failing next time PD is opened.</div>
<div><br>
</div>
<div>Roman's solution should work. If you want, you can put the same declaration as a startup flag (preferences --> startup) so that you don't have to bother with the [declare] object every time.</div>
<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Pd-list <pd-list-bounces@lists.iem.at> on behalf of Liam Goodacre <liamg_uw@hotmail.com><br>
<b>Sent:</b> 22 March 2018 08:59<br>
<b>To:</b> Roman Haefeli; pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] cannot 'upgrade' old patch</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgba(0,0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Pd-list <pd-list-bounces@lists.iem.at> on behalf of Roman Haefeli <reduzent@gmail.com><br>
<b>Sent:</b> 22 March 2018 07:36<br>
<b>To:</b> pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] cannot 'upgrade' old patch</font>
<div> </div>
</div>
<div class="x_BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="x_PlainText">On Don, 2018-03-22 at 07:44 +0100, rolfm@dds.nl wrote:<br>
> hi list,<br>
> <br>
> i have old patches made with Pdext 42.5.<br>
> when opened with Vanilla 48.1 i get lots of uncreated objects (of <br>
> course).<br>
> <br>
> some of them i'm not able to 'repair'.<br>
> e.g. [symbol2list]<br>
> <br>
> i put in a [declare -stdpath -zexy -stdlib -zexy].<br>
<br>
It should read:<br>
<br>
[declare -stdpath zexy -stdlib zexy]<br>
<br>
(without dashes before 'zexy').<br>
<br>
> it's possible to create a new [symbol2list] object.<br>
> <br>
> after saving, closing pd, opening again,<br>
> the new object is not created.<br>
> <br>
> what can i do to resolve this.<br>
<br>
Let's hope the typo was the reason for this. If not, then this is odd.<br>
I mean, if it works _before_ saving the patch, it is supposed to work<br>
after re-loading. I'd run pd in verbose mode. You can add the startup<br>
flag '-verbose' (without quotes) in your preferences. When loading<br>
[symbol2list], check what it does and whether Pd is looking into the<br>
right places.<br>
<br>
Roman</div>
</span></font></div>
</div>
</body>
</html>