<div dir="ltr"><div dir="ltr">On Wed, Jun 10, 2020 at 5:41 PM Philip Bernhart <<a href="mailto:philip.bernhart@posteo.de">philip.bernhart@posteo.de</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Luciano Notarfrancesco <<a href="mailto:luchiano@gmail.com" target="_blank">luchiano@gmail.com</a>> writes:<br>
<br>
> I’m using the plugin.h file and writing my plugin directly in C. I’m not<br>
> using Slang, but my plugin with named primitives is working great! Thanks!<br>
<br>
Ehm... ok. I'm advising agains that. So you have been warned. If your<br>
stuff stops working, it's not my fault.<br></blockquote><div><br></div><div>Why would it stop working? You're generating the plugins.h file depending on the currently running VM and it will regenerate it if I translate my plugin from Slang instead of having it in plain C?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> Btw, in plugin.h we have isBytes and isWords, isnt there anything like<br>
> isDoubleBytes and isDoubleWords for 16 and 64 bits arrays?<br>
<br>
Not that I'm aware of. There are:<br>
<br>
  sqInt (*classDoubleByteArray)(void);<br>
  sqInt (*classWordArray)(void);<br>
  sqInt (*classDoubleWordArray)(void);<br>
<br>
but these calls were defined for an interpreter proxy version of<br>
15.<br></blockquote><div><br></div><div>Cool, I think Squeak has those classes but we don't have DoubleByteArray nor DoubleWordArray in the base image.</div><br></div></div>