Forum Moderators: coopster
I run several other .exe files that run fine on all platforms, but this one program, gateway.exe, that uses a socket to communicate with other machines on the network will not run.
I can run gateway.exe from the command line and I have checked the permissions on the file to ensure that all users have full permissions.
Since the behaviour is the same on IIS and Apache, I believe it to be a problem with the php.ini file or the XP machine itself. But being raised on Unix, Windows is just too confusing for me.
The creators of gateway.exe are less than willing or capable of helping me on this issue.
I have verified that the IP Security Policies are not assigned and that the Internet Connection Firewall for the IP connection is Off.
We use this machine on our intranet only, so security should be less of an issue.
But there is a bunch of stuff in Local security Settings that I don't understand. If you have any specific items I can check it but I'm not a windows admin by any means.
Please help.
hmmm, I don't work on windows (solaris and freebsd) but we have had issues using exec because of
max_execution_time = 30 ; Maximum execution time of each script, in seconds
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
these may be worth playing around with.
Is the exe even windows compatible?