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: Hints for 0.9 compatibility (Read 3670 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Hints for 0.9 compatibility

Hello.

I'm new to developing plugins for Foobar. I must say, the foobar SDK is quite easy to program. You have a well designed class hierarchy and some very useful utility functions. I may have to steal your ideas one day   

I see that foobar is about to release a new SDK for v0.9, and I want to know: how can I ensure that my plugin will encounter no errors once the 0.9 SDK is released. In other words, what functions should I use, what functions mustn't I use, and which code blocks are pure evil?

Utf8api seems to have been replaced with shared.dll. I wonder if linking statically to utf8api will make my plugin work in v0.9?

Hints for 0.9 compatibility

Reply #1
The best thing to do if you want to develop a plugin for 0.9 is probably to wait until the 0.9 sdk is out.

Hints for 0.9 compatibility

Reply #2
Components for 0.8.3 are not compatible with 0.9; neither on the binary nor on the source code level. Just do as you like now, and wait for the upgrade guides that should be released with the SDK when 0.9 goes final.