![]() |
Range Check Errors
Updated 09 Jul 2012
|
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 - 09 Jul 2012 | [ Top ] |
|
Other modules and files |
DanielPharos - 10 May 2007 | [ Top ] |
|
Copyright (c) 2009, GNU General Public License by The QuArK (Quake Army Knife) Community - http://quark.sourceforge.net/ |
[ Top - ] | -