Hi All,
i just downloaded and went through help file. it looked very good. so i created a simple dialog based application to test if the code serves the purpose. but to my surprise, i got some errors.
first i got
xml.cpp(8636) : fatal error C1010: unexpected end of file while looking for precompiled header directive
i include "stdafx.h" in the beginning of xml.h
then i got errors
error C2632: 'long' followed by 'long' is illegal
error C2061: syntax error : identifier 'PCCERT_CONTEXT'
second can be solved by removing additional long. how to remove the last error? i included wincrypt.h also.
has anyone used the library in MFC application. if so, please send the sample code. i am struck on this.
thanks in advance,
santosh