Hi,

I'm trying to compile an application which use openssl-0.9.8i on Microsoft
Visual 7.1. But i noted that on Openssl/ASN1.h (line 516) has a declaration
"ASN1_BOOLEAN boolean;" and on C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\rpcndr.h (line 147) has a declaration "typedef
unsigned char boolean;"

I think this situation is causing "error C2628: 'ASN1_BOOLEAN' followed by
'int' is illegal (did you forget a ';'?)" when i try to compile... and when
i change the declaration "ASN1_BOOLEAN boolean;" to "ASN1_BOOLEAN x;" i can
compile it. But i don't want to do this "rude" solution...

Any suggestion?

-- 
Hung Ruo Han
+55 (48) 9911 4228
http://hungrh.googlepages.com

Reply via email to