Hi,
I have problem with compilation of some MSDN samples which use "wincrypt.h" library. These samples manages certificates.
I created Win32 application project and copied one of them. This example needs "windows.h", "wincrypt.h" and "stdio.h" libraries. I included them.
After compilation I have many errors (C2065) that indicates that some statements which comes from "wincrypt.h library are not declared. I can see in Class Manager some classes which comes from "wincrypt.h" library but I still have this error. I tried to do some changes in "windows.h" library but this error still appears.
What should I do to compile it ???
Regards,
Marcin.
I have problem with compilation of some MSDN samples which use "wincrypt.h" library. These samples manages certificates.
I created Win32 application project and copied one of them. This example needs "windows.h", "wincrypt.h" and "stdio.h" libraries. I included them.
After compilation I have many errors (C2065) that indicates that some statements which comes from "wincrypt.h library are not declared. I can see in Class Manager some classes which comes from "wincrypt.h" library but I still have this error. I tried to do some changes in "windows.h" library but this error still appears.
What should I do to compile it ???
Regards,
Marcin.