<br><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 10:20 AM, Esteban Lorenzano <span dir="ltr">&lt;<a href="mailto:estebanlm@gmail.com">estebanlm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi,<br>
VMMaker-oscog SoundPlugin and HostWindowPlugin have some primitives absent on VMMaker.dtl.221. Now, I think the &quot;correct&quot; ones are those from plain squeakvm, but I&#39;m not sure about that.<br>
Any one know which version is &quot;the correct one&quot;?<br>
How to incorporate &quot;the correct one&quot; to the other version?<br></blockquote><div><br></div><div>It&#39;s just a little work.  I need to update my script that derives an OSCog from my Teleplace Cog and make it load the standard plugins (all of them including F2TPlugin), and then make a pass over platforms to eliminate the Teleplace changes.  Other things I urgently need to do (but will have to wait until after Lille) are publish the new Alien callbacks (much nicer) and fold the support code into the standard VM.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
HostWindowPlugin cog primitives absent in squeakvm:<br>
<br>
primitiveHostWindowScreenWorkAreaPosition:<br>
primitiveHostWindowScreenWorkAreaSize:<br>
primitiveNativeDisplayPosition:<br>
primitiveNativeDisplaySize:<br>
primitiveNativeWindowPosition:<br>
primitiveNativeWindowSize:<br>
primitiveSetCursorPositionX:Y:<br>
primitiveSqueakWindowHandle<br>
<br>
SoundPlugin cog primitives absent in squeakvm:<br>
<br>
primitiveGetDefaultSoundPlayer<br>
primitiveGetDefaultSoundRecorder<br>
primitiveGetNumberOfSoundPlayerDevices<br>
primitiveGetNumberOfSoundRecorderDevices<br>
primitiveGetSoundPlayerDeviceName<br>
primitiveGetSoundRecorderDeviceName<br>
primitiveSetDefaultSoundPlayer<br>
primitiveSetDefaultSoundRecorder<br>
primitiveSoundEnableAEC:<br>
primitiveSoundGetRecordLevel<br>
primitiveSoundGetRecordingSampleRate<br>
primitiveSoundSupportsAEC<br>
<br>
Cheers,<br>
<font color="#888888">Esteban</font></blockquote></div><br>