Re: CryptAcquireContext Failure, default/Type 024 requested

2007-09-24 Thread Rob Seger
Sweet! Thanks! I'll see what I can do and probably end up asking some more specific questions later ;) Rob On 9/24/07, Juan Lang <[EMAIL PROTECTED]> wrote: > > I found the wincrypt.h #define line that says what type 024 > > is: #define PROV_RSA_AES 24. > > In that case, it should be straightforw

Fwd: CryptAcquireContext Failure, default/Type 024 requested

2007-09-22 Thread Rob Seger
Never fails, ask a question and you'll find the answer with your next google.. I found the wincrypt.h #define line that says what type 024 is: #define PROV_RSA_AES 24. Sorry for not having that information before the first e-mail. Rob -- Forwarded message -- From: Rob

CryptAcquireContext Failure, default/Type 024 requested

2007-09-22 Thread Rob Seger
Wine currently supports types 001 and 012, but I have a new game attempting to use type 024 (Software\\Microsoft\\Cryptography\\Defaults \\Provider Types\\Type 024). I've googled, as well as searched MSDN, for a reference as to what the crypt provider type 024 even is with no success. Does anyone k