Andreas,<br>It&#39;s great!<br><br>And is there a change set to make the current Croquet 1.0.18.image (3.8 based) closure ready also?<br><br>Thanks,<br>Nikolay<br><br><div class="gmail_quote">On Sat, Mar 7, 2009 at 8:38 AM, Andreas Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de">andreas.raab@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;"><br>
Folks -<br>
<br>
Since I was in VM building mode today I figured I might as well make a new Squeak VM. There is some interesting new stuff in it:<br>
<br>
* Closure support. This VM is based on VMMaker-dtl.116 meaning it includes support for the closure bytecodes. I have verified it by both running a Qwaq image on this VM and and a converted closure image on our Stack VM (this is useful since the Stack VM will die a horrible death something goes wrong in the process). It worked fine both ways which means that I no longer need to switch VMs (yay! ;-)<br>

<br>
* Experimental large cursor support. Try the following for fun (but don&#39;t do it in an image you care about):<br>
<br>
        cursor := Cursor extent: 128@128 depth: 32.<br>
        cursor offset: -64@-64.<br>
        cursor getCanvas<br>
                fillOval: cursor boundingBox color: (Color white alpha: 0.1);<br>
                frameOval: cursor boundingBox width: 4 color: Color red;<br>
                line: 62@64 to: 66@64 width: 1 color: Color blue;<br>
                line: 64@62 to: 64@66 width: 1 color: Color blue.<br>
        Cursor classPool at: #NormalCursor put: cursor.<br>
<br>
This changes your normal cursor to be a 128x128 pixels large, translucent cursor.<br>
<br>
* FT2Plugin. The build includes an external FT2Plugin that has no dependencies on extra DLLs.<br>
<br>
The downloads are in the usual places:<br>
<a href="http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.1-bin.zip" target="_blank">http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.1-bin.zip</a><br>
<a href="http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.1-src.zip" target="_blank">http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.1-src.zip</a><br>
<br>
A closure image (for those interested):<br>
<a href="http://squeakvm.org/win32/release/Squeak-3.10.2-Closures.zip" target="_blank">http://squeakvm.org/win32/release/Squeak-3.10.2-Closures.zip</a><br>
<br>
Note that I consider this an &quot;alpha&quot; version since there is a goodly bit of new and untested stuff in it. I&#39;m in particular interested in finding people to test large cursor support and the FT2Plugin.<br>
<br>
Feedback is highly welcome.<br>
<br>
Cheers,<br><font color="#888888">
  - Andreas<br>
</font></blockquote></div><br>