Results 1 to 4 of 4

Thread: How to create 2 versions of DLLs

  1. #1

    Thread Starter
    Hyperactive Member buddu's Avatar
    Join Date
    Jul 2001
    Location
    India
    Posts
    446

    How to create 2 versions of DLLs

    can any one explain me How to create 2 versions of DLL file.
    and How we will register it?
    while registering regsver32.... will it not give any problem?
    prasad

  2. #2
    Fanatic Member khalik_ash's Avatar
    Join Date
    Aug 2002
    Location
    Singapore
    Posts
    724

    Re: How to create 2 versions of DLLs

    Originally posted by buddu
    can any one explain me How to create 2 versions of DLL file.
    and How we will register it?
    while registering regsver32.... will it not give any problem?
    AFAIK .net has that if u are looking any thing before that i dont think it possible...

  3. #3
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    don't think it is possible either.
    Why do you need 2 versions for.

    Maybe you can use them late binded.
    Unregister the current registered one and register the one you need;

    Don't see what could be the idea behind having two versions .
    Code:
    If Question = Incomplete Then
       AnswerNextOne
    Else
       ReplyIfKnown
    End If
    cu Swatty

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    isn't that what version compatibility is all about???

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