how invoke COM in PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Darek

    how invoke COM in PHP?

    Hello,

    I have been creating COM/ActiveX library using Visual C++ 6.0 and the
    following wizards:
    - MFC ActiveX ControlWizard
    and
    - ATL COM AppWizard

    After that I registered these dll-s using regsvr32.exe, successfully. In the
    regedit tool, I can see registered libraries.

    Unfortunately, I couldn't create object using PHP command "new COM" and get
    to invoke methods from this libraries.

    PLEASE help,
    I don't have any ideas how to get it working.
    In advance, thanks a lot for any suggestions, ideas, clues...
    Any sample code, will be very appreciated.

    --
    regards,
    Darek


Working...