At 22:04 26/11/2002 +0000, you wrote:
To register an existing dll, ensure it's in the windows system directory (or in your path at least) then open an MSDOS prompt.Message-ID: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Reply-To: "Brennan Mann" <[EMAIL PROTECTED]> From: "Brennan Mann" <[EMAIL PROTECTED]> Date: Tue, 26 Nov 2002 17:04:09 -0500 Subject: Re: [PHP-WIN] C++ dll filesI got my DLL all set. I am just having problems with windows. I can't get windows to register it. Any suggestions?
type in
regsvr32 <dllfilename>
This will register it - to unregister use the same with the -u option.
Cheers,
Neil Smith.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php