Results 1 to 4 of 4

Thread: not registering dll's in app.path

  1. #1

    Thread Starter
    Lively Member Kersey's Avatar
    Join Date
    Jun 1999
    Location
    The Netherlands
    Posts
    101
    Hello World,
    I remember some old thread about NOT registering dll's in same directory as the exe.
    but can't find it anymore.
    Can anyone help me with this ?
    is this correct : dont need to register dll's in application path.

    how to use this dll?

    greetx,

    Don



  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    I think you should register every DLL regardless where it's at. Not sure though
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3

    Thread Starter
    Lively Member Kersey's Avatar
    Join Date
    Jun 1999
    Location
    The Netherlands
    Posts
    101

    always nice to be sure so.....

    can anyone tell for sure ?

  4. #4
    Guest
    It does not matter where it's registered. But you should put all dll/ocx files in the C:\Windows\System\ directory.

    And register it:

    Regsvr32 "C:\Windows\System\myocx.ocx"
    Regsvr32 "C:\Windows\System\mydll.dll"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width