Re: [DOTNET] How to call C++ COM object from C#

2002-06-27 Thread Greg Reinacker
;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 4:43 PM Subject: [DOTNET] How to call C++ COM object from C# > I have the following method in a COM object that I currently call from > another unmanaged C++ client. Two of its parameters are as follows: > &g

Re: [DOTNET] How to call C++ COM object from C#

2002-06-27 Thread Willy Denoyette
June 27, 2002 4:43 PM Subject: [DOTNET] How to call C++ COM object from C# > I have the following method in a COM object that I currently call from > another unmanaged C++ client. Two of its parameters are as follows: > > // Number of entries > [in] long Count, > >

Re: [DOTNET] How to call C++ COM object from C#

2002-06-27 Thread Axel Heitland
To: [EMAIL PROTECTED] Subject: [DOTNET] How to call C++ COM object from C# I have the following method in a COM object that I currently call from another unmanaged C++ client. Two of its parameters are as follows: // Number of entries [in] long Count, // Array of IDs [in, size_is(

[DOTNET] How to call C++ COM object from C#

2002-06-27 Thread Kenneth Kasajian
I have the following method in a COM object that I currently call from another unmanaged C++ client. Two of its parameters are as follows: // Number of entries [in] long Count, // Array of IDs [in, size_is(Count)] LONG * pList, When I import the associated TLB into C#, the size