Unknown run-time error 000 when pressed Ctrl + \ key
<h3><details><summary>Original Reporter info from Mantis: <small>mehfk</small></summary><small>
- **Reporter name:** mehfk
</small></details></h3>
## Description:
``` pascal
Compile minimal application for go32
[code]
Uses App;
Var
myApp:TApplication;
begin
myApp.Init;
myApp.Run;
myApp.Done;
end.
[/code]
```
Run application and press Ctrl+\ keys.
Application crashes with<br/>
Runtime error 000 at $0000400A
Similar behavior with 2.6.4 compiler version.
## Mantis conversion info:
- **Mantis ID:** 26107
- **OS Build:** MS DOS 7.1
- **Version:** 2.6.2
issue