Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7045687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:33:39+00:00 2026-05-28T02:33:39+00:00

I have a project that needs to access a DLL with PHP. The server

  • 0

I have a project that needs to access a DLL with PHP. The server is a Windows machine and the Apache server is provided by XAMPP.

I read multiple answers on the web like

  • Use DLL in PHP?
  • php communication with dll?
  • calling dll through php
  • http://ca.php.net/manual/en/class.com.php
  • https://www.php.net/manual/en/book.w32api.php
  • http://www.talkphp.com/absolute-beginners/3340-php-how-load-com-dll-file.html

Here is how I call the DLL in HTA / Javascript:

<object style="display:none" id="SOME_ID" classid="clsid:SOME_CLASS_ID" codebase="./somePath.dll"></object>

Does someone have a working example?

Here is what I tried so far in PHP:

$obj = new COM('pathTo.dll');

Information on the DLL:

  1. Compiled using Delphi
  2. It is (of course) home made
  3. I get the following error the DllRegister Server entry point was not found when I try to register the DLL with regsvr32

Can it be used without registering it with regsvr32?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:33:39+00:00Added an answer on May 28, 2026 at 2:33 am

    When you create your DLL file, you need to use a module definition file. It will contain something similar to this:

    ;
    ;contains the list of functions that are being exported from this DLL
    ;
    
    DESCRIPTION     "Simple COM object"
    
    EXPORTS
                    DllGetClassObject       PRIVATE
                    DllCanUnloadNow         PRIVATE
                    DllRegisterServer       PRIVATE
                    DllUnregisterServer     PRIVATE
    

    That definition allows regsvr32 to find the DllRegisterServer entry point.

    Another option you can try is to pass the /n flag to regsvr32.

    Regsvr32 [/u] [/n] [/i[:cmdline]] dllname

    /u – Unregister server

    /i – Call DllInstall passing it an optional [cmdline]; when used with /u calls dll uninstall

    /n – do not call DllRegisterServer; this option must be used with /i

    /s – Silent; display no message boxes (added with Windows XP and Windows Vista)

    Ultimately, before you try to make a DLL work with PHP, you need to be sure your DLL works in general.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project that needs to be deployed on multiple servers. Its the
I have a project that needs to be done using ASP.NET. Currently, I'm using
I have a Java project that needs a addon interface. I was thinking about
I'm working on a project that needs to have a list of weekdays. I
I'm working on a project that needs to have flexible authorization. What I mean
On the project I'm working on, we have a file with svn:needs-lock that's frequently
OK, so I have a C++ project that compiles to a DLL file. I
I have a project that uses an Access DB file for reference tables. This
So, I have a 3rd party .dll written in C# 2.0 that needs to
I have a maven project that contains a certain api I need to use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.