RE: [PHP-WIN] COM on NT

2002-02-26 Thread alain samoun
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

[PHP-WIN] COM on NT

2002-02-26 Thread Vail, Warren
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