View Single Post
  #2 (permalink)  
Old 05-05-2008, 06:50 AM
meerkat
Newsgroup Contributor
 
Posts: n/a
Re: Register a dll, why and when?


"Sven Pran" <no.direct@mail.please> wrote in message
news:OBylKIrrIHA.552@TK2MSFTNGP06.phx.gbl...[color=blue]
>I have an appcation that includes a dll I have written and which is of
>interest to other application makers.
>
> One of them has written an MS Access database application using VBA, he
> wants to use my dll and approached me telling me that he could not
> "register" this dll so he could not call it from his application.
>
> I do not know anything about registering dll modules, my installation
> program (INNO) simply installs them to the windows\system folder and
> that's it. (I have wondered whether to install to \system or to \system32,
> but as long as \system works I'm happy about using that)
>
> Can someone enlighten me on what this is all about?
>
> BTW. My application is written entirely in Delphi and all my dll functions
> use standard linkage, exactly the same as is used for Windows API
> functions.
>
> grateful for any information.
>[/color]
Hi Sven, go here and read about regsvr32.
It`s what you can use to register/unregister a dll.

[url]http://support.microsoft.com/kb/249873[/url]

Reply With Quote

 
Old 05-05-2008, 06:50 AM