Hi.
I tried to install ibx r265. After rebuilding, the IDE showed the following message:
IBX is unable to locate the Firebird Library - have you remembered to install it?
But tabs with ibx components in the toolbar of IDE I didn't find.
At the same time, I have a Firebird server running as an application:
"D:\Portable_program\Firebird_server\Firebird_3_0_3\firebird.exe" -a -p3303
Сan you fix the source code so that your component correctly handles both situations: if server firebird is running as a service or running as an application?
If you have installed Firebird in a non-standard location on your development system then you have to tell the IDE where to find it by setting the FBLIB environment variable to the flull pathname of the fbclient.dll library.
Under Windows, that is usually done (e.g udner Windows 7) by going to the Control Panel, clicking on "User Accounts" and then clicking on "Change my environment variables".
In the "Environment Variable" dialog, click on the "New" button and enter "FBLIB" as the variable name and the path to the fbclient.dll file as the value. Given your post the value is probably
D:\Portable_program\Firebird_server\Firebird_3_0_3\fbclient.dll
Although this may be different in a non-standard deployment.
Once this is set, you can restart the IDE and hopefully IBX will find the Firebird Libary.