Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_uie_tabs-0.2.6 source (Read 353 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_uie_tabs-0.2.6 source

Hi, Guys! I have your source "foo_uie_tabs2.zip" and also "foo_uie_tabs-0.2.6.zip" but both return the error " 'uCreateDialog': identifier not found" every time I try to compile. I wanted to implement dark theme support and get album cover color. So, what's wrong? I'm using visual studio 2015 and Foobar_SDK and CUI_SDK from the source "foo_uie_wsh_panel_mod-1.6.3" since I was successful in building with it, it uses Foobar_SDK_2015, as for its CUI_SDK I don't know the version... In advance, I thank you for your attention!

Re: foo_uie_tabs-0.2.6 source

Reply #1
Foobar_SDK and CUI_SDK from the source "foo_uie_wsh_panel_mod-1.6.3" since I was successful in building with it

This kind of thinking is pretty stupid. :/

That's a component totally unrelated to the one you're trying to compile. My guess is that it does not include SDK_helpers which is where you'll find uCreateDialog.

So grab the SDK from the place you're supposed to:

https://www.foobar2000.org/SDK

Re: foo_uie_tabs-0.2.6 source

Reply #2
Hi, man, thanks for your time... So, my bad, I expressed myself badly... I'm only using the CUI_SDK foobar2000_SDK from "foo_uie_wsh_panel_mod-1.6.3" because with the official SDK from the site I had to download WTL to be able to build "foo_exemple" and I couldn't build anything with the official CUI_SDK (foo_uie_tabs is a CUI component). About the SDK_helpers the first source already has this header, but in the second source I added this and it generated more errors... I suspect that I have to modify the code to be compatible with the latest SDK_helpers, and I also suspect that to add support for getting album cover color I have to add a preference dialog to change the color of "foo_uie_tabs", anyway, any help is welcome.