Re: Import broken?

2008-10-09 Thread jshuberg
It's not declared there, or anywhere else.I'm using; protoc.exe --cpp_out= [Fully qualified path name] On Oct 9, 2:44 pm, Kenton Varda [EMAIL PROTECTED] wrote: protobuf_BuildDesc_RequestHeader_2eproto() should be declared in RequestHeader.pb.h.  Is it not? What exact flags are you passing

Re: Import broken?

2008-10-10 Thread jshuberg
Thanks!! I also noticed that I get a permission denied error if I specify either a valid path or . for the --proto_path argument on the command line. What I did to get it to work was to cd to the directory the file is in, and then simply pass the file name to --cpp_out without passing a

Re: importing across dlls

2008-10-21 Thread jshuberg
Excellent, thanks!! On Oct 21, 3:19 pm, Kenton Varda [EMAIL PROTECTED] wrote: On Tue, Oct 21, 2008 at 12:13 PM, [EMAIL PROTECTED] wrote: Would simply changing FileGenerator::GenerateHeader to output the dllexport_decl in the forward declaration of BuildDescriptors function work? Yes,