|
C1022: Syscall not found |
Top Previous Next |
Description:
There are several system calls which the compiler uses directly, and are invoked implicitly in code (string comparison, string copy, conversion from string to number, etc). This error occurs when a platform does not export these functions, but source code requires them.
Example:
doevents ' error C1022: platform does not export 'doevents' syscall
|
See Also