Winamp MiniMagic Code
Status: Pre-Alpha
Brought to you by:
doctoro
Winamp MiniMagic Dll -------------------- The purpose of this dll is to allow external apps to access and make use of Winamp API's which are generally intended for in-process use i.e. true plug-ins (and this is still the recommended way to do things but i know there's people who won't or cannot do this). This is taken from source code initially posted on the Winamp forums in 2004 by the user torsius (http://forums.winamp.com/showthread.php?threadid=174039) but has been lost &/or converted a few times to other languages like C++ or VB. By providing a simple dll which can then be used from other languages (C, C++, C#, VB, Delphi) by accessing the exported functions from it, it should make it easier for people to make use of the features and to get the information from Winamp without having to embed things into the code everytime. Note: current svn contents are pre-release and will be subject to change before an official v1.0 release. Darren Owen aka DrO