I try to help to you but I do not sure if it is a correct because I have

> > study the problems but I do not have try it.
> >
> >   For my porpose instead to use COM object I like to use C or
> C++ external  pgm.
> >
> >   First of all, the DLL must be registred in Windows system. Mine
was
> > because it was provided by a "setup" software  or with regedit32.exe
pgm.
> >
> >   So, you have to get the name under witch the DLL is registed.
> >
> >    This name is not necessary the same than DLL's. To get this name,
I
> used to search into the registry database. I was looking for the DLL
name and I managed to
> get  the registred name.
> >
> >   Once you get this registred name, in php you can write:
> >
> >   $obj = new COM("registred name");
> >
> >   I send a .zip with bmp to expalin the correct registred
> Dll/COM/ActiveX  object.
> >
> >   Another question DLL or COM or Object must be 32bit!
> >
> >   I hope this help you....................
> >
> >   Ciao Franco.

Omar wrote:

> I wanto to access to a function in a dll file.
> Is this posible?
>
> Thank you.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


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

Reply via email to