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
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
-
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("
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