Question about VC++ Com and C#

  • Thread starter Thread starter Usman Jamil
  • Start date Start date
U

Usman Jamil

Hi
I've a com that has been written in VC++ 6.0. I've included it in my C#
project using "Add Reference" Option. I'm using few methods of this COM in
my C# code. I wanted to ask that will i have to re compile my code (to
update the interop*.dll that is created for each reference) each time i
change my COM without changing the the methods that i've used in my C# code.
The change can be like adding some new method..though it is not being used
by C# code. Since the exe generated by this C# code is to be run on another
system..so i ship three things to other system.
1. Exe
2. Interop*.dll
3. COM dll.

So now the question is that will i have to update all of these things every
time i bring any change to my COM or just replacing the COM on the other
system and registring it will do..

Hope i've made my problem clear.

Thanx and Regards
Usman Jamil
 
Back
Top