Help!!!! PHP and COM
Posted: Mon Jul 14, 2003 11:23 pm
Please help me!!!
I tried using COM in my PHP pages. I tested to call Word program from PHP references. A warning appearing as following:
Warning: (null)(): Unable to obtain IDispatch interface for CLSID {000209FF-0000-0000-C000-000000000046}: visit refused. in F:\Web\PHP_Extensions\COM_Word.php on line 3
Unable to instanciate Word
I developed a simple DLL using VB and it worked. But some days later it stopped working. Similiar warning appeared as following:
Warning: (null)(): Unable to obtain IDispatch interface for CLSID {F65C23C1-BC04-474C-A7CC-E5D31DC12F66}: visit refued. in F:\Web\PHP_Extensions\COM_YJW.php on line 5
Unable to instanciate TestDll Plus
Actually now I can call functions from TestDll Plus in VB and Word. Than means the DLL and Work work well. In addition, Some other DLL I developed are working well.
Could some people tell me what the reasons are and How I can debug them???
Thanks in advance.
I tried using COM in my PHP pages. I tested to call Word program from PHP references. A warning appearing as following:
Warning: (null)(): Unable to obtain IDispatch interface for CLSID {000209FF-0000-0000-C000-000000000046}: visit refused. in F:\Web\PHP_Extensions\COM_Word.php on line 3
Unable to instanciate Word
I developed a simple DLL using VB and it worked. But some days later it stopped working. Similiar warning appeared as following:
Warning: (null)(): Unable to obtain IDispatch interface for CLSID {F65C23C1-BC04-474C-A7CC-E5D31DC12F66}: visit refued. in F:\Web\PHP_Extensions\COM_YJW.php on line 5
Unable to instanciate TestDll Plus
Actually now I can call functions from TestDll Plus in VB and Word. Than means the DLL and Work work well. In addition, Some other DLL I developed are working well.
Could some people tell me what the reasons are and How I can debug them???
Thanks in advance.