Don't know if this has been raised before elsewhere, but the current version retrieved retrieved via NuGet works just fine in WinRT. However, after having built the app into appx release packages, the app fails the App Certification Process, stating the following:
API memcmp in msvcrt.dll is not supported for this application type. MsgPack.dll calls this API.
Is it possible to have a look at this to perhaps get it working for WinRT (WIndows Store Apps) as well?
Don't know if this has been raised before elsewhere, but the current version retrieved retrieved via NuGet works just fine in WinRT. However, after having built the app into appx release packages, the app fails the App Certification Process, stating the following:
API memcmp in msvcrt.dll is not supported for this application type. MsgPack.dll calls this API.
Is it possible to have a look at this to perhaps get it working for WinRT (WIndows Store Apps) as well?