I think I am pretty close to getting the examples to work but I am having some trouble converting the java demo to the processing programming language, so this is probily alpha to load a vst instrument.
//void setup()
//AEffect a = VST.load("C:\csound11_2f\bin\jvst\mda Delay.dll");
AEffect a = VST.load("mda Delay.dll");
it is telling me that the package oris.boris is not a processing library but I have seen in the other posts that it looks like something simular has worked in the past.