Results 1 to 3 of 3

Thread: make a dll module?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    make a dll module?

    Are there any tutorials or examples on making a C++ dll module for php, and how to use it?

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width