Fixed some bugs
Upgraded exception handler, now using madCollection
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
program AMXX_Studio;
|
||||
|
||||
uses
|
||||
madExcept,
|
||||
madLinkDisAsm,
|
||||
madScreenShot,
|
||||
Forms,
|
||||
Windows,
|
||||
Messages,
|
||||
@ -34,6 +37,14 @@ uses
|
||||
UnitfrmConnGen in 'UnitfrmConnGen.pas' {frmConnGen},
|
||||
UnitPlugins in 'UnitPlugins.pas';
|
||||
|
||||
{ Used components:
|
||||
JVCL 3.0
|
||||
FlatPack
|
||||
FlatStyle
|
||||
Toolbar2000, TBX, SpTBX, mbTBX Lib
|
||||
Scintilla and DelphiSci
|
||||
madExcept
|
||||
|
||||
{$R *.res}
|
||||
|
||||
var i: integer;
|
||||
|
Reference in New Issue
Block a user