Currently, for Windows, your application is probably trying to load the fbclient from %windir%\system32. This works if the firebird was installed by the regular installer. However, if I run the portable firebird as an application with a non-standard port number (e.g., firebird.exe -a -p 3051) without installation, flamerobin throws the expected error
Unhandled Error in FlameRobin
*** IBPP :: LogicException ***
Context: GDS :: Call ()
Message: Can't find or load FBCLIENT.DLL or GDS32.DLL
Can I ask you to add new functionality to the program that would allow you to specify the client library explicitly?
Currently, for Windows, your application is probably trying to load the fbclient from %windir%\system32. This works if the firebird was installed by the regular installer. However, if I run the portable firebird as an application with a non-standard port number (e.g., firebird.exe -a -p 3051) without installation, flamerobin throws the expected error
Can I ask you to add new functionality to the program that would allow you to specify the client library explicitly?