The hash.h contains some functions in case ur compiler doesn't have a library with hashing functions if i am not mistaken (aka hash_map etc). C++ Builder does have those functions in its lib (xhash.h) and so those functions collide with the ones bcb provides, u will need to modify the _MSV_VER(or h/e it is called) to __BUILDERC__ and do some more modifications. I managed to get past of some of the error messages but more poped up. I was in need of the library because i have a project in the uni but i gave up...I will help with the conversion as soon as i have some spare free time.
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
