> 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.
