[ADVANCED-DOTNET] Selecting an AVI compressor without AVISaveOptions()

2008-04-17 Thread Stephen Bub
Hi, Could someone please tell me how to use a AVI compressor selected from a list without using the AVISaveOptions() standard Compression Options dialog box, using .NET 1.1 and the platform SDK? I've noticed the following from the platform SDK help: 1. AVIMakeCompressedStream() requires a AVICOMP

Re: [ADVANCED-DOTNET] Getting managed size of a generic parameter

2008-04-17 Thread Sébastien Lorion
It *could* be every type ... It happens it is pretty similar, I admit I did make a table like you did. Array.Copy seems to be as fast as Buffer.BlockCopy, but if anyone on this list has a different experience, please let me know. I know sizeof(T) could not work and I was writing that only to expr

Re: [ADVANCED-DOTNET] Getting managed size of a generic parameter

2008-04-17 Thread Curt Hagenlocher
On Wed, Apr 16, 2008 at 10:10 PM, Sébastien Lorion <[EMAIL PROTECTED]> wrote: > On 4/17/08, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 16, 2008 at 8:31 PM, Sébastien Lorion > > > > <[EMAIL PROTECTED]> wrote: > > > > > I want the managed size, so Marshal.SizeOf does not return the c