I have build a COM wrapper for an underlying C++ DLL in order to access it with VB6 and .NET, but I am puzzled by why I'm NOT having a memory leak for one of the methods I wrote.
I have run the ...
I have a function in C# that uses the params keyword to allow multiple arguments to be entered into the function. When I expose this function to COM and use this function from VB, it doesn't recogn...