Hi,
I copied and pasted some code off the Microsoft site i.e.
I then added Crypt32.lib and Advapi32.lib to the Link section of project settings. When I run the code I get 98 errors e.g.
c:\projects\revokecertconsoleapp\main.cpp(24) : error C2065: 'HCERTCHAINENGINE' : undeclared identifier
Where is 'HCERTCHAINENGINE' defined. I'm using Visual C++ 6, do I need a newer version of wincrypt.h?
I've written to Microsoft but they passed my query onto another department and have still to get back to me. Any help would be much appreciated. Thanks in advance.
I copied and pasted some code off the Microsoft site i.e.
I then added Crypt32.lib and Advapi32.lib to the Link section of project settings. When I run the code I get 98 errors e.g.
c:\projects\revokecertconsoleapp\main.cpp(24) : error C2065: 'HCERTCHAINENGINE' : undeclared identifier
Where is 'HCERTCHAINENGINE' defined. I'm using Visual C++ 6, do I need a newer version of wincrypt.h?
I've written to Microsoft but they passed my query onto another department and have still to get back to me. Any help would be much appreciated. Thanks in advance.