Re: protobuf for embedded system

2009-05-04 Thread Peter K.

We've had some success with the protobuf-c implementation for embedded
systems.  I second Kenton's recommendation.

Ciao,

Peter K.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---



Re: protobuf for embedded system

2009-04-29 Thread Homer

Thanks for your info.
it is important to me

On 4月29日, 下午2时34分, Kenton Varda  wrote:
> Currently the C++ implementation is not very well designed for embedded
> systems -- it was designed for beefy servers.  We're looking into fixing
> that, but in the meantime you might want to use protobuf-c.
>
> http://code.google.com/p/protobuf-c/
>
> If you really want to use the C++ implementation, you can probably #ifdef
> out the parts that use io.h -- they aren't critical to libprotobuf.  They
> are critical to protoc, but presumably you don't need to run protoc on the
> embedded system.
>
> 2009/4/28 Homer 
>
>
>
> > I want to compile protobuf for ce system(embedded).
> > use vs2008 or evc4.0.
> > but protobuf use io.h and error.h.
> > the two files isn't supportted in ce.
> > some suggestion?
>
> > thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---



Re: protobuf for embedded system

2009-04-28 Thread Kenton Varda
Currently the C++ implementation is not very well designed for embedded
systems -- it was designed for beefy servers.  We're looking into fixing
that, but in the meantime you might want to use protobuf-c.

http://code.google.com/p/protobuf-c/

If you really want to use the C++ implementation, you can probably #ifdef
out the parts that use io.h -- they aren't critical to libprotobuf.  They
are critical to protoc, but presumably you don't need to run protoc on the
embedded system.

2009/4/28 Homer 

>
> I want to compile protobuf for ce system(embedded).
> use vs2008 or evc4.0.
> but protobuf use io.h and error.h.
> the two files isn't supportted in ce.
> some suggestion?
>
> thanks.
>
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---



protobuf for embedded system

2009-04-28 Thread Homer

I want to compile protobuf for ce system(embedded).
use vs2008 or evc4.0.
but protobuf use io.h and errno.h
the two files isn't supported in ce.
some suggestion?
thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---



protobuf for embedded system

2009-04-28 Thread Homer

I want to compile protobuf for ce system(embedded).
use vs2008 or evc4.0.
but protobuf use io.h and error.h.
the two files isn't supportted in ce.
some suggestion?

thanks.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~--~~~~--~~--~--~---