You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature of the generated MFTEnumEx is not correct, causing a crash. This used to be working in 0.3.49-beta, it is broken since the latest version 0.3.106. The new generated function in the latest version is:
Actual behavior
The signature of the generated MFTEnumEx is not correct, causing a crash. This used to be working in 0.3.49-beta, it is broken since the latest version 0.3.106. The new generated function in the latest version is:
In 0.3.49-beta which was working it is:
You can notice the IMFActivate[] parameter is now typed as IMFActivate which is why it's not working. The definition looks correct:
Expected behavior
The function definition should include IMFActivate[] and calling it should not crash the app.
Repro steps
NativeMethods.txt
content:NativeMethods.json
content (if present):Context
The text was updated successfully, but these errors were encountered: