EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 5:52 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP-WIN] COM on NT
I am trying to invoke COM on NT using the following line of code
$outl = new COM("Outlook.Application") or die("Unable to instantiate
Outlook");
and I get a D
I am trying to invoke COM on NT using the following line of code
$outl = new COM("Outlook.Application") or die("Unable to instantiate
Outlook");
and I get a DR.Watson alert for php.exe shows an "access violation". This
is my first attempt to exercise COM on this site, so it could be something