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
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