Hello,

If I have a macro named as "buffer", then changing the name in header file 
should resolve the issue! I checked in my solution, don't find any Macro 
with name "buffer".

I am on windows 7 and VS2013. 

On Friday, April 1, 2016 at 1:07:53 AM UTC+5:30, Jeffrey Walton wrote:
>
>
> Error 3 error C2061: syntax error : identifier 'buffer' 
>>> c:\md5\cryptopp563\algparam.h 
>>>
>>>
>> You may have a "buffer" macro defined some where. To check this, search 
>> all solution for the "buffer" keyword. 
>>
>
> That's a good point.
>
> The library uses a few macros with 'buffer' in them, but none of them look 
> like the culprit. The ones in the .S file are for GCC, so they can be 
> ignored.
>
> $ grep -IR 'buffer' * | grep define
> lubyrack.h:#define BL this->buffer
> lubyrack.h:#define BR this->buffer+this->S
> rdrand.S:       %define buffer edi
> rdrand.S:%define buffer  rdi
> rdrand.S:       %define buffer edi
> rdrand.S:%define buffer  rdi
>
> Jeff 
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to