|
Posted by Richard Davey on 06/02/05 16:45
Hello Angelo,
Thursday, June 2, 2005, 1:55:01 PM, you wrote:
AZ> perhaps the system command is what you are looking for?
For calling functions within a DLL?? I don't think so.
All system() does is to execute a command/executable. If the OP was to
interface with this DLL from an exe, then this would be possible, but
bear in mind the PHP memory limit - it extends to anything called via
system too. If you're going to pay someone to create the exe in the
first place they might as well build a COM interface for it to avoid
this issue.
Best regards,
Richard Davey
--
http://www.launchcode.co.uk - PHP Development Services
"I do not fear computers. I fear the lack of them." - Isaac Asimov
[Back to original message]
|