--- ibx/trunk/design/IBDBReg.pas 2012/11/22 22:53:40 13 +++ ibx/trunk/design/IBDBReg.pas 2013/02/28 16:56:14 15 @@ -330,7 +330,11 @@ uses IB, IBQuery, IBStoredProc, IBCustom procedure Register; begin - if not TryIBLoad then Exit; + if not TryIBLoad then + begin + MessageDlg('IBX is unable to locate the Firebird Library - have you remembered to install it?',mtError,[mbOK],0); + Exit; + end; RegisterNoIcon([TIBStringField, TIBBCDField]); {$if lcl_fullversion < 01010000}