PDA

Click to See Complete Forum and Search --> : make a dll module?


high6
May 22nd, 2008, 10:01 PM
Are there any tutorials or examples on making a C++ dll module for php, and how to use it?

visualAd
May 23rd, 2008, 07:39 PM
You can create an instance of a DLL object if it is registered on the system. When creating the DLL, bear in mind there is no interaction with the user and that the request must be served in a single thread. That said, there is no reason why you cannot use background worker threads.

Have a look at the COM functions: http://uk2.php.net/com

penagate
May 24th, 2008, 01:54 AM
This is pretty out of date but it was the only article I could find after a quick search. It should give you a rough idea, at least. Perhaps the php.net site has more information.

http://www.devnewz.com/2002/0909.html