I believe that the next PHP version will correct a lot of the COM bugs in
the current version.

Alain
On Tue, Feb 13, 2001 at 05:43:29PM -0400, Dario Carnelutti wrote:
> Hi i have a problem with PHP using a dll that i have created
> 
> the dll have this structure
>     class (PROCESS)
>         object(CAT)
>             void(FILTER)
> 
> then, when i do this:
> $pro=new COM("ENGINE.PROCESS"); it works fine
> if i print any property it works but when i try to use the void filter
> it gives me a lot of errors
> 
> i'm trying this
> $pro->CAT.FILTER(XXX);
> 
> and i have tried
> $pro->CAT->FILTER(XXX);
> 
> but nothing works, can somebody help me...
> 
> thanks
> 
> Dario
> 
> 
> -- 
> 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]

-- 
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]

Reply via email to