I have built a DLL to calculate something. Is there any way to run this DLL under PHP ?
| ID: 71 |
views: 466 |
comments: 0 |
update: 03/07 12:06 |
rating:  |
average: 0.0 |
votes: 0 |
|
If this is a simple DLL there is no way yet to run it from PHP. If the DLL contains a COM server you may be able to access it if it implements the IDispatch interface.
Visitor Comments
There are no visitor comments for this article.
Add Your Comment