Winamp Language Api Plug-in Example

Home The Plug-ins Plug-in Releases Plug-in Pack News / Updates Other Projects Contact / Donations

This is a simple plug-in which demonstrates how to use api_language which allows your plug-in to work with 5.5+ style Language Packs. There are also some helpful comments and notes about general purpose plug-in development which anyone making a Winamp plug-in should have a look at.


How do i get the example?

Download v1.1 (changelog)


Anything i need to know?

Everything required to build the example plug-in (as a VS2008 project) is included in the installer including the lng_generator tool.

If using an environment other then VS2008 (i've personally used api_language under VS2003 and MSVC6) then assuming the project is being built in a directory layout below then you need to ensure ..\Wasabi is in the project's include path for the Wasabi header files to be correctly detected.

gen_lang_example
Agave\Language
sdk\winamp
Wasabi

Changelog

v1.1 [15/09/2010] - Changed example plug-in to build without a msvcr90.dll dependency and a few project tweaks; updated to lng_generator v2.2; installer improvements to make it clearer where things are installed to, etc

v1.0 [21/01/2010] - Initial release


Questions / Issues

If you have questions or issues with this example then please post them in this thread and i'll do what i can to help.