从 PHP joomla 访问 *dll

发布于 2024-12-02 05:21:57 字数 226 浏览 1 评论 0原文

我有一个控制图片文件大小的 *.dll。它包含一个简单的函数:

CopyPic (PChar: inFileName, outFileName: PChar, MaxSize: Int, MaxWidth: int, MaxHeight: int)

...并返回一个 int 用于错误检查。

我需要从 PHP 代码访问它。我希望它通过 Java 运行。

I have a *.dll that controls picture file sizes. It contains a simple function:

CopyPic (PChar: inFileName, outFileName: PChar, MaxSize: Int, MaxWidth: int, MaxHeight: int)

...and returns an int for error checking.

I need to access it from PHP code. I would it run through Java.

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

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

发布评论

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

评论(2

好多鱼好多余 2024-12-09 05:21:57

我相信你已经把这一切搞混了。

但无论如何,请查看

http://php.net/manual/en/function。 system.php

http://support.microsoft.com/kb/164787

I believe you have mixed it all up.

But anyway, take a look at

http://php.net/manual/en/function.system.php

http://support.microsoft.com/kb/164787

娇纵 2024-12-09 05:21:57

看看这个。从未使用过它,但其他人报告成功...

编辑您也可以使用.NET 和/或 COM< /a> 虽然不要问我怎么...

Check this out. Never used it but other people have reported success...

EDIT You can also probably do it with .NET and/or COM although don't ask me how...

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