You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with #101, this issue relates to using system calls within ntdll.dll rather than kernel32.dll for slightly improved performance. While this is not always the most stable approach as these sometimes undocumented system calls may change, the calls used by robot have remained relatively stable throughout the last couple of years.
However, this might not be the most ideal change as some system calls, such as user32.dll cannot be translated to ntdll.dll calls, same with certain multimedia functions.
The text was updated successfully, but these errors were encountered:
As with #101, this issue relates to using system calls within
ntdll.dll
rather thankernel32.dll
for slightly improved performance. While this is not always the most stable approach as these sometimes undocumented system calls may change, the calls used by robot have remained relatively stable throughout the last couple of years.However, this might not be the most ideal change as some system calls, such as
user32.dll
cannot be translated tontdll.dll
calls, same with certain multimedia functions.The text was updated successfully, but these errors were encountered: