I got my DLL all set. I am just having problems with windows. I can't get
windows to register it. Any suggestions?

Thanks,
Brennan
"Franco Pozzer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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
>   de 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.
>
> Brennan Mann wrote:
>
> > Hello Everybody,
> >
> >     Can PHP call a DLL file? If so, do you know where I might be able to
> > find an example?
> >
> > Thanks Again,
> > Brennan
> >
> > --
> > 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