I'm trying to create a winrt custom audio effect using this tutorial.
#include "MyAudioEffect.g.h"
auto effectName = winrt::name_of();
auto effect = winrt::Windows::Media::Effects::AudioEffectDefinition(effectName);
// Exception thrown
// winrt::hresult_class_not_registered
// 80040154 - Class not registered
I made a MRE:
https://github.com/tom-huntington/MRE_ClassNotRegistered
/>
To create the .idl .h .cpp files for the MyAudioEffect class, I used the template
-> Add -> New Item -> Custom Control (WinUI 3)
How do I register the class? Can someone fix my MRE please?
winrt::hresult_class_not_registered - AudioEffectDefinition with custom effect
Programing Coderfunda
September 06, 2024
No comments
Related Posts:
Laravel AI Translator v1.0.0: Now with GPT 🧠, Smarter Pluralization, and More.submitted by /u/kargnas2 [link] [comments]… Read More
Preview canvas crashing because environmentObject not set properlyI have my preview canvas crashing because the environmentObject is not properly set. The app itself builds and run properly. Error message. app cr… Read More
Laravel Breeze with PrimeVue v4This is an follow up to my previous post about a "starter kit" I created with Laravel and PrimeVue components. The project has been updated with the… Read More
My first laravel packageHi! I just released the v1 of my first laravel package. This is a very simple one, and I'm happy to receive some feedbacks. https://github.com/nadla… Read More
Is a back_insert_iterator valid for the lifetime of the container?I think I know the answer to this, but I'd appreciate a sanity check. Does iterator invalidation apply to std::back_insert_iterators? #include #inc… Read More
0 comments:
Post a Comment
Thanks