mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
214 stars 66 forks source link

FlameRobin search for fbclient.dll in the wrong place for Firebird 4.0 - there is no BIN directory in Firebird 4.0 install folder #229

Closed abzalov closed 11 months ago

abzalov commented 3 years ago

In Firebird 4.0, all executables are located in the root directory of its installation, including fbclient.dll.

As a temporary fix, you can create the symlink to the BIN folder: mklink /D "C:\Program Files\Firebird\Firebird_4_0\bin" "C:\Program Files\Firebird\Firebird_4_0"

luronumen commented 2 years ago

Hi @abzalov

Could you please retest this issue on FlameRobin 0.9.3.12 and close it if it is no longer reproducible?

Thanks in advance, Luciano