|
Posted by Nicholas Sherlock on 11/22/05 08:55
Nicholas Sherlock wrote:
> 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.
I tell a lie. You can call Windows DLLs from PHP, but COM is far cleaner:
http://nz.php.net/w32api
Cheers,
Nicholas Sherlock
Navigation:
[Reply to this message]
|