<div dir="ltr">Hi All, <div>I ended up installing extended --womp womp, just to have something working relatively quickly.  But will try this on one machine and if it works will re-install on the others.</div><div>Thanks Lucas for the lay of the land!</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Sofy Yuditskaya<br><a href="http://yuditskaya.com" target="_blank">The Source</a><br><div><div><br></div></div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Jun 27, 2017 at 11:09 PM, Lucas Cordiviola <span dir="ltr"><<a href="mailto:lucarda27@hotmail.com" target="_blank">lucarda27@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_-24526320972402658divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p></p>
<div>Before I forget,</div>
<div><br>
</div>
<div>We will fail to load the lib if the path to GEM contains any “white space”, i.e: </div>
<div>declare -lib C:/Users/john smith/AppData/Roaming/pd/Gem </div>
<div>here: john smith</div>
<div><br>
</div>
<div>or</div>
<div><br>
</div>
<div>declare -lib C:/Program Files (x86)/pd/extra/Gem</div>
<div>here: Program Files (x86)</div>
<div><br>
</div>
<div>Report your complete path to the Gem folder.</div>
<div>Depending on your report you we can tell if you can use the “-stdlib” switch, so you can just put:</div>
<div>declare -stdlib Gem</div><span class="">
<br>
<p></p>
<p><br>
</p>
<div id="m_-24526320972402658Signature"><font face="Courier New, Courier, Monospace" size="2">Mensaje telepatico asistido por maquinas.</font>
</div>
<br>
<br>
</span><div style="color:rgb(0,0,0)"><div class="hm HOEnZb">
<hr style="display:inline-block;width:98%">
<div id="m_-24526320972402658divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Pd-list <<a href="mailto:pd-list-bounces@lists.iem.at" target="_blank">pd-list-bounces@lists.iem.at</a>> on behalf of Lucas Cordiviola <<a href="mailto:lucarda27@hotmail.com" target="_blank">lucarda27@hotmail.com</a>><br>
<b>Sent:</b> Tuesday, June 27, 2017 8:53 PM<br>
<b>To:</b> Sofy Yuditskaya; <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
<b>Subject:</b> Re: [PD] loading Gem</font>
<div> </div>
</div></div><div><div class="h5">
<div>
<div id="m_-24526320972402658divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif">
<p></p>
<div>Hi,</div>
<div><br>
</div>
<div>Please also reply to the Pd-list.</div>
<div><br>
</div>
<div>First find the “Gem” folder on your computer. This place has been selected by you when you downloaded the external.</div>
<div><br>
</div>
<div>In my case is:</div>
<div>C:\Users\Lucarda\AppData\<wbr>Roaming\pd\Gem</div>
<div><br>
</div>
<div>Start a new patch and create a [declare] object, like this:</div>
<div><br>
</div>
<div>[declare -lib C:/Users/Lucarda/AppData/<wbr>Roaming/pd/Gem]</div>
<div><br>
</div>
<div>note that inside Pd I have changed the windows path “\” with this “/” .</div>
<div><br>
</div>
<div>If the object was correctly created you will get this message on the console:</div>
<div><br>
</div>
<div>*****</div>
<div><br>
</div>
<div>GEM: Graphics Environment for Multimedia</div>
<div>GEM: ver: 0.93.3 </div>
<div>GEM: compiled: Nov 10 2011</div>
<div>GEM: maintained by IOhannes m zmoelnig</div>
<div>GEM: Authors :<span class="m_-24526320972402658Apple-tab-span" style="white-space:pre-wrap"> </span>Mark Danks (original version)</div>
<div>GEM:<span class="m_-24526320972402658Apple-tab-span" style="white-space:pre-wrap"> </span>Chris Clepper</div>
<div>GEM:<span class="m_-24526320972402658Apple-tab-span" style="white-space:pre-wrap"> </span>Cyrille Henry</div>
<div>GEM:<span class="m_-24526320972402658Apple-tab-span" style="white-space:pre-wrap"> </span>IOhannes m zmoelnig</div>
<div>GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christoph Steiner, et al.</div>
<div>GEM: found a bug? miss a feature? please report it:</div>
<div>GEM: <span class="m_-24526320972402658Apple-tab-span" style="white-space:pre-wrap"></span>homepage <a href="http://gem.iem.at/" target="_blank">http://gem.iem.at/</a></div>
<div>GEM: <span class="m_-24526320972402658Apple-tab-span" style="white-space:pre-wrap"></span>bug-tracker <a href="http://sourceforge.net/projects/pd-gem/" target="_blank">http://sourceforge.net/<wbr>projects/pd-gem/</a></div>
<div>GEM: <span class="m_-24526320972402658Apple-tab-span" style="white-space:pre-wrap"></span>mailing-list <a href="http://lists.puredata.info/listinfo/gem-dev/" target="_blank">http://lists.puredata.info/<wbr>listinfo/gem-dev/</a></div>
<div>GEM: compiled for SIMD architecture: SSE2 MMX </div>
<div>GEM: using SSE2 optimization</div>
<div><br>
</div>
<div>******</div>
<div><br>
</div>
<div><br>
</div>
<div>If you don't, you will have to download “msvcr71.dll” and place it on the Gem folder. And restart Pd and create the [declare] object.</div>
<div><br>
</div>
<div>Please report if this work, then we will move to the start-up flag if necessary.</div>
<div><br>
</div>
<div><br>
</div>
<div>---</div>
<div>This is for Gem/0.93.3</div>
<div><br>
</div>
<div>Please note that I'm a regular audio Pd user, this only makes sure that Gem is correctly loaded, I have no experience on video.</div>
<div> </div>
<br>
<p></p>
<p><br>
</p>
<p>Salutti,</p>
<p>Lucarda.</p>
<p><br>
</p>
<div id="m_-24526320972402658Signature"><font face="Courier New, Courier, Monospace" size="2">Mensaje telepatico asistido por maquinas.</font>
</div>
<br>
<br>
<div style="color:rgb(0,0,0)">
<div>
<hr style="display:inline-block;width:98%">
<div id="m_-24526320972402658x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Sofy Yuditskaya <<a href="mailto:marysghost@gmail.com" target="_blank">marysghost@gmail.com</a>><br>
<b>Sent:</b> Tuesday, June 27, 2017 5:48 PM<br>
<b>To:</b> <a href="mailto:lucarda27@hotmail.com" target="_blank">lucarda27@hotmail.com</a><br>
<b>Subject:</b> loading Gem</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt">
<div class="m_-24526320972402658PlainText">Yes hello, <br>
thank you for your clarification and reply!<br>
I am indeed not sure how to load GEM.<br>
<br>
</div>
</span></font></div>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br></div>