hi
i build a COM server using PowerBuilder 7.0
but in PHP403,while instance it:
$mycom = new COM("PB70.n_riscom");
i got error:"
Unable to obtain IDispatch interface for CLSID {BD530CAE-B6BB-4981-A307-A0A9334157E4}..."
but my 'riscom.dll' has been registered successfully!
i use:
$mycom = new COM("word.application");
is work fine!
why? can you Help me!
Thanks a lot