microsoft / Lumia-imaging-sdk

Lumia Imaging SDK is a comprehensive set of GPU/CPU imaging tools and effects that run on both mobile and desktop, with high speed and memory efficiency. Samples and extras code are included.
MIT License
75 stars 37 forks source link

Can not Run With Release Mode #10

Open renyg25 opened 8 years ago

renyg25 commented 8 years ago

I am trying to run my UWP app which references the VideoEffects.Windows(Windows 8.1) project in release mode, but it always fails. The exception is "MCG0017: MCG0017:NotWinRTType Cannot marshal generic Windows Runtime types with a non Windows Runtime type as a generic type argument. Check the generic arguments of type 'Windows.Foundation.Collections.IIterable`1'. eWP"

But it's working in Debug Mode, please help, thanks.