Hi,
I try to connect to a COM object.
The creation of the objects works fine. The return value isn't NULL.
If I call one of the public functions I get always an error message
"Warning: Invoke() failed:"
The code is like
$obj = COM("TestCom.TestCtrl.1");
if ( $obj == NULL )
print ......
else
$var = $obj->Start("File.txt");
.....
Thx
Holm
--
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]