Access Violation at 00020400.. any solutions?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello all,
I use win2k, IIS5.0, and php4.3.2RC4-Win32. And i have created a com(dll) to call for a web services created by delphi. I use the php "com" function to call this dll. This is the error i got "PHP has encountered an Access Violation at 00020400", i got this hex "00020400" everytime. Here is the code,


<?
$conn = new COM("MySession.SessionCall") or die("Cannot start GSSessionService");
$conn->ValidateSession('89381982');
?>
I test the same com with ASP and it run fine.
Any ideas or suggestions?


From
chinwah

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux