Dear all, i have generated some C++ code from a protobuf message. the c++ code was generated with the option: -- cpp_out=dllexport_decl=MY_IMPORT_EXPORT
so that the generated classes all have a __declspec. my problem is that I need to include at leat one header in the generated header files so that the compiler will find the MY_IMPORT_EXPORT. Is ther any option or possibility to include another header file at generation time to a protobuf header file? Thank you in advance Emeric -- 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.
