火鸟 x32-x64 位 [英] Firebird x32-x64 bits

查看:39
本文介绍了火鸟 x32-x64 位的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经开发了一个 Python 可执行程序(使用 PyInstaller).
此可执行文件使用 Firebird.

I have developed a Python executable programm (with PyInstaller).
This executable use Firebird.

我的电脑是 64 位的,所以我的 Python 和我的库也是如此.
我的可执行文件与 Firebird 64 位完美配合.

My computer is 64bits, so as my Python and my libraires then.
My executable works perfectly with Firebird 64bits.

问题是我希望我的可执行文件能在其他只安装了 Firebird 32 位的计算机上运行.

The issue is that I want my executable to work on other computers that have only Firebird 32bits installed.

现在,当我在其他计算机上尝试时,日志告诉我(对不起,我只有图片,因为我的客户只发送给我这个而不是文本"错误):

For now, when I try on an other computers the log tells me that (Sorry I have only the picture because my client only send me this and not the 'text' error) :

有没有办法让它与 Firebird x32 一起工作?谢谢

Is there a way to make it work with Firebird x32 ? Thanks

推荐答案

您的应用程序需要 Firebird 的客户端库.

You application need client libraries of Firebird.

[应用程序] <--> [Firebird 客户端库] <==>(本地或远程连接)<==> [Firebird 客户端库] <-> [Firebird 服务器]

[Application] <--> [Firebird client libraries] <==> (local or remote connection) <==> [Firebird client libraries] <-> [Firebird server]

如果您的应用程序是 Win64,那么它需要 Firebird 的 Win64 客户端库才能连接到任何 Firebird 服务器.

If your application is Win64, then it needs Win64 client libraries of Firebird to make connection to ANY Firebird server.

因此,您需要将与您的应用程序架构相匹配的 Firebird 客户端库与您的应用程序一起分发和安装.或者,您可能会要求用户在安装您的应用之前下载并安装具有所需架构的 Firebird 客户端部分.

So you need to distribute and install client libraries of Firebird matching your application architecture together with your app. Or you may require users to download and install client part of Firebird with the required architecture, before installing your app.

另见:

这篇关于火鸟 x32-x64 位的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆