From: [EMAIL PROTECTED]
Operating system: Win nt 4.0 SP4
PHP version: 4.0.4pl1
PHP Bug Type: COM related
Bug description: Using a dll
Hello, i'm using a dll that have this structure
Class(Process)
Object(CAT)
void(Filter)
i'm doing this
$pro=new COM("ENGINE.Process");
it works, and when i print the properties it is ok too, but when i do this
$pro->Cat.Filter(XX);
it gives me a error that says that the memory cant be "read" ????? i dont know why?!
i tried this too
$pro->Cat->Filter(XXX);
and this
$cat=$pro->Cat // to catch the object returned but it falis too..
What can i do, many thanks
--
Edit Bug report at: http://bugs.php.net/?id=9281&edit=1
--
PHP Development 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]