I been getting progress. I got my DLL registered using regsvr32. But I can't
connect using PHP. I get this error:

Warning: Invalid ProgID, GUID string, or Moniker: Invalid syntax in
c:\inetpub\wwwroot\dllfile.php on line 1

<?php
$obj = new COM("testcom.Process");
?>

testcom is the dll file I registered. testcom.dll
Process is a function inside testcom.
Any Suggestions?

Thanks,
Brennan



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to