0 Members and 1 Guest are viewing this topic.
Hi, is grouping tree stuff in an usable state yet?I can't get it to work. No official documentation for aimp sdk does not help either.
Hi, I saw that you updated the grouping tree demo plugin. Does it work for you?
Also why are you not using Marshal.GetObjectForNativeVariant and Marshal.GetNativeVariantForObject in ToVariant and FromVariant methods?I dont know anything about COM but it seems like currently you only allow string to be converted to variant.
IAIMPMLDataFilterGroup.Add seems to be throwing an exception in AimpDataFilterGroup::Add, could not find anything wrong in the code so I think its a bug in aimp?
Уважаемый Martin!На некоторых компьютерах Аимп не видит плагин, хотя фреймворк установлен 4.5 и с++ нужной версии тоже.Что ещё может влиять на его видимость?
Why isn't this working? I've downloaded the source and then I tried to build the dotnet_demo app. It builds correctly and then I put the dotnet_demo.dll file in my Plugins/dotnet_demo folder. I open AIMP and check the plugins settings, but I don't see the plugin I built.What am I missing here?
Hi, I saw that you updated the grouping tree demo plugin. Does it work for you?I have this problem with your plugin and mine where it only shows the last node from IAimpGroupingTreeDataProviderSelection.
You put there dotnet_demo.dll file only?There should be 3 files: AIMP.SDK.dll, dotnet_demo.dll, dotnet_demo_plugin.dllYou can build sources at release mode and then check the folder 'aimp_dotnet\Release\AIMP.SDK\Demos\'
You mean in the folder "C:\Program Files (x86)\AIMP\Plugins\dotnet_demo"?If so, yes, there are.
Got it working! I want to create a universal class library, but the SDK targets .NETFramework and what I'm using is .NETCore. Anything I can do about that?
Hi. I've fixed it. Now all nodes are displayed