I have an instance of a WMEncoder class THis is .NET so basic interop , what I mean is the WMEncoder is actually generated by the runtime like so namespace WMEncoderLib { [Guid("632B6081-BBC6-11D2-A329-006097C4E476")] [CoClass(typeof(WMEncoderClass))] public interface WMEncoder : IWMEncoder2, _IWMEncoderEvents_Event { } }
anyway on release builds only and on Vista only
When I do this encoder = new WMEncoder(); ta da the application crashes and dies I have the code wrapped in a try catch but to no avail Anyone seen anything like this This is media series 9