Range Check Errors
Updated 05 Apr 2018
|
Upper levels: - QuArK Information Base - 4. The Source Code - 4.7. Known bugs in the Source ... |
4.7.1. Range Check Errors |
[ | - - ]
By enabling Range checking in Delphi (Delphi 6/7: Project > Options... > Compiler > Range checking), the compiler will build in checks into the program to make sure the boundaries of arrays are not crossed, and that non-allocated memory is not referenced. Don't forget to (re)BUILD the project after toggling this options. If you forget this (and do a normal COMPILE), only the newly changed files will have the altered option applied. |
Index |
Map editor |
DanielPharos - 05 Apr 2018 | [ Top ] |
|
Other modules and files |
DanielPharos - 05 Apr 2018 | [ Top ] |
Remark: The ZIP and UNZIP modules are a mess. Somebody should replace these with more up-to-date libraries that have the same (or more) functionality. |
Copyright (c) 2022, GNU General Public License by The QuArK (Quake Army Knife) Community - https://quark.sourceforge.io/ |
[ Top - ] | -