Hi friends,
I want to call the dll that is available in client machine(For example:C:\Program Files\Applicationname\example.dll)
.I am using windows environment.So No issues with using COM.
But I dont know how to create a object for the client's machine dll?I need a help.
Thanks in advance.
views:
29answers:
2
A:
If this DLL is a COM object you may take a look at the relevant section in the documentation. If it is a Win32 library you could use the w32api_invoke_function but this extension is still experimental.
Darin Dimitrov
2010-08-28 10:20:16
A:
As a rule php running on the server has no access to a dll/com component residing on the client.
You need a very special environment to do so. Either server and client are the same machine. Or the client machine exposes the component via DCOM (or its .net equivalent).
VolkerK
2010-08-28 11:12:31
Thanks VolkerK.Do you have any examples for that even the server and application on the same machine?Because I am using XAMPP only.At least I want to test the application.
vinothkumar
2010-08-28 12:34:03