Is anyone else having a compile failure for the subject class when doing a complete rebuild? (This is using VC 2008).
The error occurs around line 489 in the call to GetStringRegion. Looking at the other call to GetStringRegion in this file it looks like the warningString arg is missing a reinterpret_cast<jchar*>. I made this change in my local copy and got a compile. (I'm not fixing bugs in this section, just trying to get a compile so I can work on pkcs11 and smartcardio stuff). Thanks - Mike