how to use the win32dll that returns a vector in c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rajesh1978
    New Member
    • Sep 2006
    • 3

    how to use the win32dll that returns a vector in c#

    Hi,
    I am dealing with win32 cosole application in .NET 2003.
    I had made a dll that returns a vector. The dll is working fine when I use that for any other c++ program.
    The problem is that when I want to use the dll in C# it is not possible to collect the vector in any of the data types in c#.

    Can anybody help me on this.
    To be consumed by C# should I code the dll in some different way.
    Please help me
    regards
Working...