Related to this post: http://www.hydrogenaudio.org/forums/index....c=54955&hl=
This is an example VST plugin that should (heh) enable the use of winamp dsp plugins in VST hosts.
The code is experimental/demonstration. It will probably not work in all cases, and especially with plugins that generate a different number of samples than what they receive ( pitch/speed changers or similar ). VST standard doesn't work this way for realtime processing ( offline processing would allow it, but those are only useful on some audio editor hosts ).
The file contains a compiled .dll ready to use, as well as the full source code (minus the two SDK's). It is released in public domain, meaning there's full rights to do whatever with it.