|
-
May 22nd, 2008, 10:01 PM
#1
Thread Starter
Frenzied Member
make a dll module?
Are there any tutorials or examples on making a C++ dll module for php, and how to use it?
-
May 23rd, 2008, 07:39 PM
#2
Re: make a dll module?
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
-
May 24th, 2008, 01:54 AM
#3
Re: make a dll module?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|