"Andy" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When i try to use COM, my machine just doesn't do anything, for example,
you
> click a link to a php page that has the COM line in it, the browser stays
> still for a while, then just times out. Does anyone know what could be
> causin this? Please let me know asap please :) email is preffered.

I'll email you as well but.... I have had this problem when php can resolve
the name to a registered CLSID ( using the registry ) but cant resolve get a
pointer to an object instance.  It might be because the object your trying
to use dosent support the IDispatch interface.  ( in which case you need to
find and add the type lib to you php.ini ) or it could be that it is a
'local server' COM object and it isnt running ( and didnt 'un-register'
itself last time it exited )

Park




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to