Results 1 to 4 of 4

Thread: DLL General Question

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    11

    DLL General Question

    Can I create in VB6 a DLL that don't need to be REGISTERED in the system?

    Obviously the EXE that will use it, will search it only in the current folder (not in the system).

    Thanks

    MatteoXMad

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: DLL General Question

    Originally posted by MatteoXMad
    Can I create in VB6 a DLL that don't need to be REGISTERED in the system?

    Obviously the EXE that will use it, will search it only in the current folder (not in the system).

    Thanks

    MatteoXMad
    you will have to register it... youc an do it in .NET though

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    11
    Thank you for the answer.

    So I can't; but do u know if I can do it with Visual C++????

    Matteo

  4. #4
    Lively Member
    Join Date
    Dec 1999
    Posts
    106
    Yes you can definitely do it with VC++.

    http://msdn.microsoft.com/library/de..._win32_dll.asp

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