<div dir="ltr"><div><div><div><div><div><div><div>pharo fogbugz issue: 17359 MessageNotUnderstood: receiver of &quot;keywords&quot; is nil<br><br><br></div>is this valid pragma syntax:<br><br>    &lt;apicall: bool &#39;SetCursorPos&#39; (long long) module: &#39;user32.dll&#39;&gt;<br><br></div>our (pharo) parser can not parse this (does not recognizes the<br></div>&quot;selector parts&quot; (apicall:module:) right)<br><br></div>Any recommendations how to fix this<br></div>- fix RBParser or<br></div>- change this pragma, for example, like this<br>   &lt;apicall: #(bool SetCursorPos (long long)) module: &#39;user32.dll&#39;&gt;<br><br><br></div>nicolai<br></div>