Hi everybody!
I have a problem with using COM in PHP.
First of all, my PHP version 4.3.0
runs on Windows 2000 server with Apache 1.3.27.
(May be it's important) :rolleyes:
And I have some distributed DLL, written in VB and compiled as COM. Then I'd like to use it in PHP script, it begins from
$obj = new COM("DllName.AppName") or die("Unable to instanciate class");
and it causes to windows error:
"The memory could not be read"
I don't see even "Unable to instanciate class".
Please help me to solv this problem. 10q!
P.S.
com.allow_dcom = true (exists in my php.ini) 🙂