Eliminating the Version Incompatibility in COM

R

Rasheed

Hi all,
I am have two questions with me.
1) Can anybody explain how exactly how we are eliminating the Version
Incompatibility in COM.which were their in C++ DLL.
2) I have developed a COM.dll. let us assume version for the dll
as( ver 1.0.0.0)

Now I have updated with some existing virtual functions parameters and
adding some more New Virtual functions. Means I have to change my
Version dll so version as( ver 2.0.0.0)


Here my big concern is: we having two dlls so which dll would be in my
process aria.

Programmatically what are the statements we have to add in code, if we
are going to have only one dll in the Process area.

Like so many question in my mind so can anybody give me the best
concept to resolve more question at my end.
 
J

Jim Langston

Rasheed said:
Hi all,
I am have two questions with me.
1) Can anybody explain how exactly how we are eliminating the Version
Incompatibility in COM.which were their in C++ DLL.
2) I have developed a COM.dll. let us assume version for the dll
as( ver 1.0.0.0)

Now I have updated with some existing virtual functions parameters and
adding some more New Virtual functions. Means I have to change my
Version dll so version as( ver 2.0.0.0)


Here my big concern is: we having two dlls so which dll would be in my
process aria.

Programmatically what are the statements we have to add in code, if we
are going to have only one dll in the Process area.

Like so many question in my mind so can anybody give me the best
concept to resolve more question at my end.

This is off topic in this newsgroup, for DLLs ask in a newsgroup dealing
with the Microsoft operating system. A newsgroup starting with microsoft.
is your best bet.
 
P

Puppet_Sock

Hi all,
I am have two questions with me.
1)       Can anybody explain how exactly how we are eliminating the Version
Incompatibility in COM.which were their in C++ DLL.
2)      I have developed a COM.dll. let us assume version for the dll
as( ver 1.0.0.0)
[snip]

This is all off topic here. We only talk about standard C++.
Those are all extensions of C++ that only work on particular
platforms.

You will get more and better help if you ask this question
in a news group where it is on topic. Check out the google
groups archives and see which news groups discuss your
particular operating system and compiler. You might even
find your question has already been answered in one of
those news groups if you cruise the google archive.
Socks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,183
Messages
2,570,967
Members
47,520
Latest member
KrisMacono

Latest Threads

Top