问题标签 [winbinder]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - Winbinder not working with PHP 5.4?
I've been making a lot of console apps in PHP, but now I'm wanting to try making an actual Windows program.
Since WinBinder is pretty much the extension to do this, I went ahead and downloaded it. I put the DLL in the extension folder and added its entry to the php.ini file.
But when I try to run a simple test (php -r "echo 'Test';"
) I get the following error:
I really have no idea what this means, nor what to do about it. Any help resolving this error, or advice for a different extension, would be much appreciated.
php - 有没有办法制作原生操作系统应用程序
我一直在寻找一种将简单的 PHP 脚本编译为可以使用操作系统外观的跨平台可执行文件的方法。
你知道如何归档吗?
php - 在 winbinder (php gui) 中重新加载 dll 会导致程序崩溃
这是我第一次需要加载 dll nad,不幸的是这不是 COM serwer dll,所以我不能使用 php com 函数。
我发现可以使用 winbinder 来做到这一点,但到目前为止我还没有取得那么大的成功。这是我的代码:
它只做两件事:创建 winbinder 窗口,如果单击“关于”,它会加载 dll 并执行 2 个函数。
问题是当我再次单击时程序崩溃了......
此外,在 TRUE 或 FALSE 等 ruturned 变量上,我得到了整数。OSOZ_IsConnected 将返回常量整数,而 OSOZ_Release 将给出随机数。
例如:
我真的怀疑dll无论如何都是错误的。它必须与我调用函数的方式有关。
替代方案:还有其他方法可以在 php 中加载 dll(delphi)吗?我想避免学习 c++/c# 只是为了处理这个 dll,将 xml 输出保存到文件,并在 php 中读取它:P。
感谢任何可以提供帮助的人。
active-directory - 使用大型 LDAP 时,Puppet 代理运行速度非常慢
我有一个使用 winbind 连接到大学大型 LDAP/活动目录的服务器上的 puppet master。当 winbind 开启时,puppet 运行非常缓慢,而当 winbind 关闭时,puppet 运行正常。
我相信 puppet 可能会遍历活动目录中的每个用户或类似的东西,但我不确定。关闭 winbind 对我来说不是一个选择,所以我一直在处理长时间的 puppet 运行并且没有找到解决方案。
任何帮助深表感谢。
php - 如何使用 WinBinder 计时器检查文件大小?
我需要通过计时器检查文件大小是否已更改,但即使文件更大,它仍返回相同的大小。
计时器设置正确,一切都应该没问题,但事实并非如此。
我尝试将文件大小赋予变量,甚至直接将文件大小(路径/到/文件)赋予函数,但没有任何效果,它总是返回零大小(最初是)。
我还尝试从头开始给文件一些内容,然后它返回正确的大小,但是当大小改变时,它仍然返回原始大小。
这是负责检查的代码部分: