# | Line 330 | Line 330 | uses IB, IBQuery, IBStoredProc, IBCustom | |
---|---|---|
330 | ||
331 | procedure Register; | |
332 | begin | |
333 | < | if not TryIBLoad then Exit; |
333 | > | if not TryIBLoad then |
334 | > | begin |
335 | > | MessageDlg('IBX is unable to locate the Firebird Library - have you remembered to install it?',mtError,[mbOK],0); |
336 | > | Exit; |
337 | > | end; |
338 | ||
339 | RegisterNoIcon([TIBStringField, TIBBCDField]); | |
340 | {$if lcl_fullversion < 01010000} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |