hi, since protobuf has no C# yet, i tried to use CLR C++ and use C# to call them, unfortunately, it failed.
i created a .net CLR Library by using pb.h and pb.cc, it builded success. Then add the .lib to another C# project as reference, but it occurs link error, the class and functions can not be linked. then, add 'public ref' before class in .pb.h, the class can be found, but the functions are not there, i think it's CLR, not native function, still depends on native? any one did similar thing successfully? many thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
