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?
Printable View
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...Quote:
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?
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 .
isn't that what version compatibility is all about???