<br><br><div class="gmail_quote">On Sun, Feb 21, 2010 at 10:40 AM, Torsten Bergmann <span dir="ltr">&lt;<a href="mailto:astares@gmx.de">astares@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
FFI is and ever was working in Pharo. Unfortunately last week an<br>
mcz was removed from the original repo so an older FFI version<br>
for Metacello was broken.<br>
<br>
<br>
So Pharo just use Metacello to load FFI:<br>
<br>
  Gofer new<br>
     squeaksource: &#39;MetaSource&#39;;<br>
     package: &#39;ConfigurationOfFFI&#39;;<br>
     load.<br>
<br>
  ((Smalltalk at: #ConfigurationOfFFI) project version: &#39;1.2&#39;) load<br>
<br>
<br></blockquote><div><br>I think that you missed the repository ;)    it is not MetaSource but MetacelloRepository<br><br> Gofer new<br>
     squeaksource: &#39;MetacelloRepository&#39;;<br>
     package: &#39;ConfigurationOfFFI&#39;;<br>
     load.<br>
<br>
  ((Smalltalk at: #ConfigurationOfFFI) project version: &#39;1.2&#39;) load<br>
<br>Did that work ?<br><br>Cheers<br><br>Mariano<br><br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;By the way, I am not able to access desktop from File Browser; is it<br>
&gt;correct?<br>
<br>
If you mean the Desktop as a folder on Windows:<br>
<br>
The Desktop as a root in the Windows Explorer tree is only a fake -<br>
typically it is a normal folder in the filsystem hierarchy. For instance<br>
on Vista you could go to<br>
<br>
  C:\Users\MyLoginName\Desktop<br>
<font color="#888888"><br>
<br>
--<br>
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<br>
Jetzt freischalten unter <a href="http://portal.gmx.net/de/go/maxdome01" target="_blank">http://portal.gmx.net/de/go/maxdome01</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</font></blockquote></div><br>