<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Mariano,<div><br></div><div>I already fixed that :)... it is in latest sources (not yet merged with blessed). Problem is that is not yet distributed because jenkins is not working (all processes hangs after awhile)</div><div><br></div><div>best,</div><div>Esteban</div><div><br><div><div>El 12/01/2012, a las 1:04p.m., Mariano Martinez Peck escribió:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Esteban. I was just trying to see why primitiveBeep was not working for Cocoa VMs and I found that ioBeep() was empty. I first tried to copy the code from carbon VMs (using SysBeep) but it seems not to be present anymore in Cocoa. Then I found the new way was using NSBeep(). So I modified sqSqueakMainApplication+sound.m&nbsp; to look like:<br>
<br><br>#import "sqSqueakMainApplication+sound.h"<br><br>@implementation sqSqueakMainApplication (sound)<br>- (void) ioBeep {<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; NSBeep();<br>&nbsp;&nbsp;&nbsp; return 0;<br>&nbsp;&nbsp;&nbsp; <br>}<br>@end<br><br><br>And now it seems to be working.&nbsp; I have never commit anything in platform code so I have no idea whether this is correct or not. <br>
<br>Thanks<br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com/" target="_blank">http://marianopeck.wordpress.com</a><br><br>
</blockquote></div><br></div></body></html>