Hi i have a dll that works whit JScript but i can´t use it with php...
i try this
$process=new COM("ENGINE.PROCESS");
this works
the when i use the properties it works fine, but when i try to use a object inside the com it gives me a lot of errors
I have this structure
PROCESS
- object
- void
i'm trying to do $process->object->void(xxx);
but it dont works, please help me as soon as posible i really need to do this...
Many thanks for everyone
Dario