There are two runtime executables supplied with ACUCOBOL-GT.
- wrun32.exe
- Use this
.exe to run your application in a runtime environment that has DEP enabled.
- wrunns.exe
- Use this
.exe to run your application in a runtime environment that has DEP disabled.
- See
Data Execution Prevention for the associated risks of running this.
There are also two thin client executables supplied with ACUCOBOL-GT.
- acuthin.exe
- Use this
.exe to run your application in a runtime environment that has DEP enabled.
- acuthinns.exe
- Use this
.exe to run your application in a runtime environment that has DEP disabled.
- See
Data Execution Prevention for the associated risks of running this.
You can check the DEP status of each of these
.exe files by using the
-v parameter:
wrun32 -v