C++ collections are bringing repeated elements to C#... why?

  • Thread starter Thread starter Marcelo
  • Start date Start date
M

Marcelo

Hi,

in my c# app, I access an collection from a COM componente
of mine. The problem is that it brings elements repeated
into positions 0 and 1. Does anybody know how to explain
this behaviour? Is it something with c# or c++??

tia

marcelo
 
Is the COM component written in VB? If so, I've seen VB repeat index 1 into
index 0.
 
Back
Top