⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ezdsldef.inc

📁 很经典的Delphi数据结构算法包,支持Delphi 1.0~ 7.0 和 Delphi 2006 ~ 2007 的win32程序.算法库稳定快速
💻 INC
字号:
{===EZDSLDEF.INC======================================================

Compiler defines for the EZ Delphi Structures Library.

EZDSLDEF.INC is Copyright (c) 1995-2002 by Julian M. Bucknall

VERSION HISTORY
28Feb01 JMB 3.03 Release for Kylix and Delphi 6
24Oct99 JMB 3.02 Release for Delphi 4 & 5
26Sep97 JMB 3.00 Major new version, release for Delphi 3
13Mar96 JMB 2.00 release for Delphi 2.0
18Jun95 JMB 1.00 initial release
{=====================================================================}

{Notes: to deactivate a compiler define, place a period '.' between   }
{       the left curly brace and the '$' of '$DEFINE'.                }

{Undefine this if you don't want debugging info or assertion checks   }
{$DEFINE DEBUG}

{Undefine this if you want to see all the warnings 32-bit Delphi      }
{produces for the EZDSL units. Has no effect for Delphi 1.0. Note that}
{all warnings have been verified to be false (generally because an    }
{exception would have been raised, for example).                      }
{$DEFINE SuppressWarnings}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -