[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I have a VB component which encrypts/decrypts passwords using the CAPCIOM EncryptedData object. Internal to the VB component is an 'On Error Resume Next' statement before running a method on the decrypt method. For some reason, if there is an error on the decrypt method, rather than carry on to t

[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I have a VB component which encrypts/decrypts passwords using the CAPCIOM EncryptedData object. Internal to the VB component is an 'On Error Resume Next' statement before running a method on the decrypt method. For some reason, if there is an error on the decrypt method, rather than carry on to t

Re: [PHP-WIN] COM error

2001-03-14 Thread Yoann Chevalier
- From: "Patrice Mora" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 10:10 PM Subject: [PHP-WIN] COM error > I have PHP4, Windows 98 and apache , when i try to use something like This > > $word=new COM("word.application") or die("

[PHP-WIN] COM error

2001-03-13 Thread Patrice Mora
I have PHP4, Windows 98 and apache , when i try to use something like This $word=new COM("word.application") or die("Cannot start word for you"); I have the "COM is not a class" message Where is the "syntax error" ? Is there something to put in the php.ini or in the apache configuration file