Hello,

Any suggestion on what I should do if I want to use MFC CString
strings with the genererated protoc code in order to have as few to/
from copies done?

I was thinking about extending the protoc c++ compiler to generate
either overloaded functions that take CString arguments or change
compiler to replace the generated std::strings with CStrings.

Any suggestions on the best way to accomplish this? (Same should
probably be relevant for Qt QStrings as well)

(yes, our code contains a gazillion amount of CString vs. zero
std::string)

//John

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

Reply via email to