Ok, I finally was able to compile your PhysX plugin under VS 2005... and adding prismatic joints is really a work of 5 minutes.. just copy and paste the parts of where you check against PH_SLIDER and ->isCylindricalJoint() and replace with PH_PRISMATIC (I introduced a new define with = 7 for this) and ->isPrismaticJoint().

It just works!