Jan. 10, 2016
11:16 a.m.
pharo fogbugz issue: 17359 MessageNotUnderstood: receiver of "keywords" is nil is this valid pragma syntax: <apicall: bool 'SetCursorPos' (long long) module: 'user32.dll'> our (pharo) parser can not parse this (does not recognizes the "selector parts" (apicall:module:) right) Any recommendations how to fix this - fix RBParser or - change this pragma, for example, like this <apicall: #(bool SetCursorPos (long long)) module: 'user32.dll'> nicolai