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]

Reply via email to