Posted by Nicholas Sherlock on 11/22/05 08:50
Sillaba atona wrote:
> I need to integrate a dll made by myself in C++ with PHP. Is it possible?
>
> In any case, in which format should I save my C++ code to fix this problem?
AFAICS, PHP can't run code from DLLs. What it can do is call COM
components from DLLs on a Windows platform. Check out the PHP manual's
section on COM.
Cheers,
Nicholas Sherlock
Navigation:
[Reply to this message]
|