|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-15 12:44 UTC] phanto@php.net
[2001-02-15 13:26 UTC] phanto@php.net
[2001-03-20 11:54 UTC] phanto@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 10:00:01 2025 UTC |
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