Need help in using CryptoAPI
-
I read the article named "The Cryptography API, or How to Keep a Secret", written by Robert Coleridge. He told that in order to compile the sample of this article I only need MS Visual C++ version 4.2 or later and Windows NT 4.0 or later. In fact, I cannot compile it with MS Visual C++ 6.0. I use MS Windows 2000 professional. I'm also failed in building my own application using Cryptographic API. In spite of including
wincrypt.h
, I still catch the undefined compile errors. In order compile my application, do I have to add any macro in my code or download any service pack for my Visual Studio? -
I read the article named "The Cryptography API, or How to Keep a Secret", written by Robert Coleridge. He told that in order to compile the sample of this article I only need MS Visual C++ version 4.2 or later and Windows NT 4.0 or later. In fact, I cannot compile it with MS Visual C++ 6.0. I use MS Windows 2000 professional. I'm also failed in building my own application using Cryptographic API. In spite of including
wincrypt.h
, I still catch the undefined compile errors. In order compile my application, do I have to add any macro in my code or download any service pack for my Visual Studio?