Files
kolmck/Addons/KOLmhxp.pas

54 lines
1.2 KiB
ObjectPascal
Raw Normal View History

unit KOLMHXP;
// MHXP ��������� (MHXP Component)
// ����� (Author): ����� ������� (Zharov Dmitry) aka �������� (Gandalf)
// ���� �������� (Create date): 14-���(nov)-2001
// ���� ��������� (Last correction Date): 21-���(apr)-2003
// ������ (Version): 1.17
// EMail: Gandalf@kol.mastak.ru
// WWW: http://kol.mastak.ru
// ������������� (Thanks):
// Alexander Pravdin
// ����� � (New in):
// V1.17
// [+] ������� �������� (External manifest) [KOLnMCK]
//
// V1.16
// [+] ��������� D7 (D7 Support) [KOLnMCK]
//
// V1.15
// [+] ��������� D6 (D6 Support) <Thanks to Alexander Pravdin> [KOLnMCK]
//
// V1.14
// [!.] ������� ��������� (Small Fixing) [MCK]
//
// V1.13
// [+] Tag [MCK]
// [*] Code MCK Optim-z [MCK]
//
// V1.12
// [*] Hide Tag as unused [MCK]
// [*] Del Unused modules [MCK]
//
// V1.11
// [*] Needn't to create and free KOLObj [MCK]
// [*] Nearly clear KOL-file [KOL]
//
// V1.1
// [!] Resource Compile [MCK]
//
// ������ ��� (To-Do list):
// 1. �������������� (Optimize)
// 2. ���������� (Clear Stuff)
// 3. XP ������ ���� ���� �� ������ (XP in Project must be ONE)
interface
type
TKOLMHXP = Pointer;
implementation
end.