用VC编译php5.3.8扩展++ 2008,在编译它的计算机上工作,但如果转移到另一个系统则不起作用

发布于 2024-12-15 17:00:21 字数 128 浏览 0 评论 0原文

我在运行 wamp-server 2.2 的笔记本电脑上使用 VS++2008 编译了 php 5.3.8 扩展 DLL。但是当我将 DLL 复制到另一台计算机时,它无法运行。 DLL 只能在您编译它的计算机上运行吗?有什么想法吗?谢谢...

I got compile php 5.3.8 extension DLL with VS++2008 on my laptop running wamp-server 2.2 .But when I copy the DLL to a work another computer it can't runing. Does the DLL only work on the computer you compile it on ? any idea ? thanks...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初雪 2024-12-22 17:00:21

您可以使用 Dependency Walker 检查是否缺少依赖项。
我的赌注是 Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) 包:

Microsoft Visual C++ 2008 SP1 可再发行组件包 (x86) 安装在 a> 上运行使用 Visual C++ SP1 开发的应用程序所需的 Visual C++ 库的运行时组件未安装 Visual C++ 2008 SP1 的计算机。

You can use Dependency Walker to check for missing dependencies.
My bets are on the Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) package:

The Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ SP1 on a computer that does not have Visual C++ 2008 SP1 installed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文