Page 1 of 1

COM support

PostPosted: 07. October 2013 13:53
by szczota
Hi,

I have problem with COM in newest version of Xampp for Windows ( XAMPP 1.8.3 [PHP: 5.5.3]).

When I try load typelib using function com_load_typelib() I get following error:
Fatal error: Call to undefined function com_load_typelib()

Re: COM support

PostPosted: 07. October 2013 13:58
by Altrea
Hi,

do you have loaded the extension php_com_dotnet.dll in your php.ini?

best wishes,
Altrea

Re: COM support

PostPosted: 07. October 2013 17:27
by szczota
Ups, no :)

Now it works great! Thanks.