|
-
Sep 4th, 2002, 05:13 AM
#1
Thread Starter
Hyperactive Member
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?
-
Sep 4th, 2002, 05:22 AM
#2
Fanatic Member
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...
-
Sep 4th, 2002, 05:32 AM
#3
Frenzied Member
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
-
Sep 4th, 2002, 06:08 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|